]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/mobile.css
Replace "forum" by "group" in the rest of the code
[friendica.git] / view / theme / vier / mobile.css
index 7ad0717568b7cae0d9c86407493b5205aa7abaf4..ddbf62e9f0e3d4cbd014ece937fcd3081cb37ddd 100644 (file)
@@ -1,4 +1,4 @@
-aside, header, #nav-search-box, #nav-admin-link, #nav-messages-linkmenu,  #activitiy-by-date-tab, #shared-links-tab, #nav-logout-link,
+aside, header, #nav-search-box, #nav-admin-link, #nav-messages-linkmenu, #shared-links-tab, #nav-logout-link,
 .wall-item-location {
   display: none;
 }
@@ -119,7 +119,7 @@ nav ul {
   }
 
   
-  /* the top-nav notfication menu */
+  /* the top-nav notification menu */
   nav #nav-notifications-linkmenu .menu-popup {
        position: fixed;
        left: 10px;
@@ -226,30 +226,10 @@ aside.show {
 /* ACL window */
 #profile-jot-acl-wrapper, #profile-jot-acl-wrapper * { box-sizing: border-box; }
 #acl-wrapper { width: 100%; float: none; }
-#acl-search { width: 100%; float: none; padding-right: 0px; margin-bottom: 1em; }
-#acl-showall { width: 100%; height: 48px; margin-bottom: 1em; }
-.acl-list-item { width: auto; float: none; height: auto; overflow: hidden; position: relative;}
-.acl-list-item img { width: 48px; height: 48px; }
-.acl-list-item p { height: auto; font-size: inherit; }
-.acl-list-item a {
-  float: none;
-  position: absolute;
-  top: 5px;
-  right: 5px;
-  height: 48px;
-  padding: 10px 2px 2px 2px;
-  font-size: 12px;
-  width: 20%;
-  text-align: center;
-  background-position: center 5px;
-}
-.acl-list-item a.acl-button-hide { right: 25%; }
 /* flexbox for ACL window */
-#cboxLoadedContent,
-#cboxLoadedContent > div,
 #acl-wrapper {
   display: -ms-Flexbox !important;
-  -ms-box-orient: vertival;
+  -ms-box-orient: vertical;
 
   display: -webkit-flex !important;
   display: -moz-flex !important;
@@ -266,12 +246,6 @@ aside.show {
   -ms-flex: 1 100%;
   flex: 1 100%;
 }
-#acl-list {
-  -webkit-flex: 1 1 auto;
-  -moz-flex: 1 1 auto;
-  -ms-flex: 1 1 auto;
-  flex: 1 1 auto;  
-}
 
 /** input elements **/
 input,
@@ -290,9 +264,7 @@ select:focus {
 .field, .field > * {  box-sizing: border-box; }
 .field label { width: 100%; float: none; display: block; }
 .field input, .field textarea, .field select { max-width: 100%; width: 100%; }
-.field.yesno .onoff,
 .field.checkbox input { width: auto; float: right; }
-.field.yesno label,
 .field.checkbox label { width: 70%; float: left; }
 .field .field_help { margin: 0; }