]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/style.css
add settings sections and add contacts; other tweaks and fixes
[friendica.git] / view / theme / frost / style.css
index fa06ef7eda9f17bb37a24e8dab1ba05294c69f8a..bc0d57f0c2044f0ce0fb21e59edae746292ea9a2 100644 (file)
@@ -375,6 +375,14 @@ div.wall-item-content-wrapper.shiny {
 #theme-preview {
        margin: 15px 0 15px 150px;
 }
+#theme-version {
+       display: block;
+       font-weight: bold;
+}
+#theme-credits {
+       margin-top: 15px;
+       margin-bottom: 15px;
+}
 
 /* from default */
 #jot-perms-icon, 
@@ -3167,6 +3175,10 @@ aside input[type='text'] {
 .field textarea {
        width: 400px;
 }
+.field input[type=checkbox],
+.field input[type=radio] {
+       width: auto;
+}
 .field textarea { height: 100px; }
 .field_help {
        display: block;
@@ -3823,11 +3835,4 @@ ul.notifications-menu-popup {
        width: 130px;
 }
 
-#theme-version {
-       display: block;
-       font-weight: bold;
-}
-#theme-credits {
-       margin-top: 15px;
-       margin-bottom: 15px;
-}
+