]> git.mxchange.org Git - friendica.git/commitdiff
fix buttons in quattro
authorFabio Comuni <fabrix.xm@gmail.com>
Mon, 17 Oct 2011 15:11:49 +0000 (17:11 +0200)
committerFabio Comuni <fabrix.xm@gmail.com>
Mon, 17 Oct 2011 15:11:49 +0000 (17:11 +0200)
view/theme/quattro/colors.less
view/theme/quattro/quattro.less
view/theme/quattro/style.css

index 564cf6d24330d6d3aa8bde18877d7fbc3c0fdaaa..a7a91114c28d7b6d07c642ae6e2a2326170690c3 100644 (file)
 @LinkHover: @Blue3;
 @LinkVisited: @Blue3;
 
+
+@ButtonColor: @Grey1;
+@ButtonBackgroundColor: @Grey5;
+
 @Banner: @Grey1;
 
 @NavbarBackground:@Metalic4;
@@ -72,3 +76,4 @@
 @CommentBoxEmptyBorderColor: @Grey3;
 @CommentBoxFullColor: @Grey5;
 @CommentBoxFullBorderColor: @Grey5;
+
index 9f47cf099a211e1aef8392f5cd5f9f26008fab6d..782e1b62b0f56ba4c48cabbc5eaa9fa8855657ff 100644 (file)
@@ -433,15 +433,11 @@ section {
 }
 /** buttons **/
 input[type="submit"] {
-    border: 1px solid;
-    background-color: @BodyColor;
-    font: bold 85%;
-    color: @Grey1;
-    height: 20px;
-    padding: 10px 5px;
-    border-radius: 8px;
-    -moz-border-radius: 8px;
-    -webkit-border-radius: 8px;
+       border: 0px;
+    background-color: @ButtonBackgroundColor;
+    color: @ButtonColor;
+    padding: 0px 10px;
+       .rounded(5px);
 }
 
 
@@ -473,10 +469,8 @@ input[type="submit"] {
        background-position: 7px 7px;
        background-repeat: no-repeat;
        padding: 7px 5px 0px 30px;
-       -webkit-border-radius: 5px ;
-       -moz-border-radius: 5px;
-       border-radius: 5px;
        color: #999999;
+       .rounded(5px);
 }
 #acl-showall.selected {
        color: #000000;
index 56c4bc967144396252dbfc2105ffa8781a514cbc..aa45528371ebb09acad72a294f54fb11224d3bd2 100644 (file)
@@ -693,15 +693,13 @@ section {
 }
 /** buttons **/
 input[type="submit"] {
-  border: 1px solid;
+  border: 0px;
   background-color: #2d2d2d;
-  font: bold 85%;
   color: #ffffff;
-  height: 20px;
-  padding: 10px 5px;
-  border-radius: 8px;
-  -moz-border-radius: 8px;
-  -webkit-border-radius: 8px;
+  padding: 0px 10px;
+  -moz-border-radius: 5px 5px 5px 5px;
+  -webkit-border-radius: 5px 5px 5px 5px;
+  border-radius: 5px 5px 5px 5px;
 }
 /** acl **/
 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
@@ -726,10 +724,10 @@ input[type="submit"] {
   background-position: 7px 7px;
   background-repeat: no-repeat;
   padding: 7px 5px 0px 30px;
-  -webkit-border-radius: 5px ;
-  -moz-border-radius: 5px;
-  border-radius: 5px;
   color: #999999;
+  -moz-border-radius: 5px 5px 5px 5px;
+  -webkit-border-radius: 5px 5px 5px 5px;
+  border-radius: 5px 5px 5px 5px;
 }
 #acl-showall.selected {
   color: #000000;