]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Merge branch 'uiredesign' of ../evan into uiredesign
[quix0rs-gnu-social.git] / theme / base / css / display.css
index b58a5b09c083b93f5f92635906c080c0c257aba6..4d7611b3094ad2ca531c2202829e1e686a10f203 100644 (file)
@@ -15,7 +15,6 @@ position:relative;
 margin:0 auto;
 width:1004px;
 width:71.714em;
-max-width:100%;
 }
 h1 {
 font-size:2.1em;
@@ -36,7 +35,7 @@ input, textarea, select, option {
 padding:4px;
 font-family:sans-serif;
 font-size:1em;
--moz-border:radius:4px;
+-moz-border-radius:4px;
 }
 select, option {
 padding-bottom:0;
@@ -47,7 +46,7 @@ padding:11px;
 input:focus, textarea:focus, select:focus {
 border-width:2px;
 border-style: solid;
--moz-border:radius:4px;
+-moz-border-radius:4px;
 }
 caption {
 font-weight:bold;
@@ -176,7 +175,7 @@ margin-bottom:18px;
 
 #footer {
 float:left;
-width:100%;
+width:68%;
 padding-bottom:11px;
 }
 
@@ -254,6 +253,9 @@ margin-left:0;
 
 
 
+#licenses {
+font-size:0.9em;
+}
 
 #licenses dt {
 font-weight:bold;
@@ -261,17 +263,16 @@ display:none;
 }
 #licenses dd {
 margin-bottom:11px;
+line-height:1.5;
 }
 
 
 #site_content_license_cc p {
-float:left;
-margin-left:10%;
-width:90%;
 }
 #site_content_license_cc img {
-float:left;
-margin-left:-100%;
+display:inline;
+vertical-align:top;
+margin-right:4px;
 }
 
 
@@ -611,6 +612,9 @@ border-top:1px dashed #D1D9E4;
 list-style-type:none;
 /*margin-bottom:11px;*/
 }
+.notices li.over {
+background-color:#fcfcfc;
+}
 
 
 /* NOTICES */
@@ -786,11 +790,9 @@ display:none;
 .notice-options form input.submit {
 display:block;
 border:0;
-border-bottom-width:1px;
-border-bottom-style:dotted;
 padding-left:20px;
-
 }
+
 .notice-options .reply a {
 text-decoration:none;
 }