]> 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 caadf66ba1636b8c54bb70aa94b81ac31e1dd356..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;
@@ -227,11 +227,9 @@ aside.show {
 #profile-jot-acl-wrapper, #profile-jot-acl-wrapper * { box-sizing: border-box; }
 #acl-wrapper { width: 100%; float: none; }
 /* 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,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; }