[Jifty-commit] r7421 - jifty/trunk/share/web/static/css

Jifty commits jifty-commit at lists.jifty.org
Mon Aug 24 18:49:15 EDT 2009


Author: sartak
Date: Mon Aug 24 18:49:15 2009
New Revision: 7421

Modified:
   jifty/trunk/share/web/static/css/crud.css
   jifty/trunk/share/web/static/css/forms.css

Log:
Move some crud css into crud.css and refactor it

Modified: jifty/trunk/share/web/static/css/crud.css
==============================================================================
--- jifty/trunk/share/web/static/css/crud.css	(original)
+++ jifty/trunk/share/web/static/css/crud.css	Mon Aug 24 18:49:15 2009
@@ -10,3 +10,29 @@
 .crud-column-headers {
 }
 
+.field {
+    float: left;
+    margin: 0.15em 0.5em 0.15em 0.15em;
+    font-weight: bold;
+}
+
+.up, .down, .up_select, .down_select {
+    height : 1.5em;
+    float: left;
+    margin-right: 0.2em;
+}
+
+.up, .up_select {
+    background: url(/static/images/css/bullet_arrow_up.png) no-repeat bottom center;
+    background: url(/static/images/css/bullet_arrow_up.png) no-repeat bottom center;
+}
+
+.down, .down_select {
+    background: url(/static/images/css/bullet_arrow_down.png) no-repeat bottom center;
+}
+
+.up_select a, .down_select a {
+    font-weight: bold;
+    color: #900;
+}
+

Modified: jifty/trunk/share/web/static/css/forms.css
==============================================================================
--- jifty/trunk/share/web/static/css/forms.css	(original)
+++ jifty/trunk/share/web/static/css/forms.css	Mon Aug 24 18:49:15 2009
@@ -148,50 +148,6 @@
     font-family : sans-serif;
 }
 
-.field {
-    float: left;
-    margin: 0.15em 0.5em 0.15em 0.15em;
-    font-weight: bold;
-}
-
-.down {
-    height : 1.5em;
-    float: left;
-    background: url(/static/images/css/bullet_arrow_down.png) no-repeat bottom center;
-    margin-right: 0.2em;
-}
-
-.down_select {
-    height : 1.5em;
-    float: left;
-    background: url(/static/images/css/bullet_arrow_down.png) no-repeat bottom center;
-    margin-right: 0.2em;
-}
-
-.down_select a {
-    font-weight: bold;
-    color: #900;
-}
-    
-.up {
-    height : 1.5em;
-    float: left;
-    background: url(/static/images/css/bullet_arrow_up.png) no-repeat bottom center;
-    margin-right: 0.2em;
-} 
-
-.up_select {
-    height : 1.5em;
-    float: left;
-    background: url(/static/images/css/bullet_arrow_up.png) no-repeat bottom center;
-    margin-right: 0.2em;
-} 
-
-.up_select a {
-    font-weight: bold;
-    color: #900;
-}
-
 div.subline {
     display: inline;
     float: left;  


More information about the Jifty-commit mailing list