]> source.dussan.org Git - nextcloud-server.git/commitdiff
general styles for the content area
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 27 Mar 2014 15:06:37 +0000 (16:06 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 27 Mar 2014 16:00:47 +0000 (17:00 +0100)
core/css/apps.css

index 0e6a080c9cd7ebe1dfd3cf216d85952bc8f9aabe..8eb3bdd683ed70c12be71c02f05ff5655202a483 100644 (file)
        transition: padding-bottom 500ms ease 0s;
        padding-bottom: 40px;
 }
-#app-navigation .personalblock > legend { /* TODO @Raydiation: still needed? */
-       padding: 10px 0; margin: 0;
-}
 #app-navigation .error {
        color: #dd1144;
 }
@@ -242,3 +239,22 @@ button.loading {
        padding-right: 30px;
 }
 
+
+/* general styles for the content area */
+.section {
+       display: block;
+       padding: 30px;
+       color: #555;
+       border-top: 1px solid #ddd;
+}
+.section h2 {
+       font-size: 20px;
+       font-weight: normal;
+       margin-bottom: 7px;
+}
+/* slight position correction of checkboxes and radio buttons */
+.section input[type="checkbox"],
+.section input[type="radio"] {
+       vertical-align: -2px;
+       margin-right: 4px;
+}