Updated styles
authorKostas Papadimitriou <kpap@grnet.gr>
Wed, 7 Mar 2012 19:02:31 +0000 (21:02 +0200)
committerKostas Papadimitriou <kpap@grnet.gr>
Wed, 7 Mar 2012 19:02:31 +0000 (21:02 +0200)
snf-astakos-app/astakos/im/static/im/less/xtra.less

index 6ee580b..26ed822 100644 (file)
@@ -16,7 +16,6 @@
 .button {
     #font.main();
     background-color: @buttonBg;
-    .transit(background-color);
     color: @buttonColor;
     border: none;
     padding: 0.8em @gridGutterWidth;
     &:hover {
         background-color: @linkColor;    
     }
-
-    a {
-        color: @white !important;
-        text-decoration: none !important;
-        border: none !important;
-    }
 }
 
+// specific styles for A buttons
 a.button {
-    color: @white !important;
-    text-decoration: none !important;
+    text-align: center !important;
+    color: #fff !important;
     border: none !important;
+    display: block !important;
+
+    &:hover {
+        color: #fff !important;    
+    }
 }