[freeside-commits] freeside/rt/share/html/NoAuth/css/freeside2.1 freeside.css, 1.1, 1.2 layout.css, 1.1, 1.2 nav.css, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Fri Mar 19 01:26:22 PDT 2010
Update of /home/cvs/cvsroot/freeside/rt/share/html/NoAuth/css/freeside2.1
In directory wavetail.420.am:/tmp/cvs-serv6015/share/html/NoAuth/css/freeside2.1
Modified Files:
freeside.css layout.css nav.css
Log Message:
skin RT 3.8, RT#6640
Index: freeside.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/NoAuth/css/freeside2.1/freeside.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- freeside.css 9 Jan 2010 23:36:59 -0000 1.1
+++ freeside.css 19 Mar 2010 08:26:20 -0000 1.2
@@ -1,9 +1,9 @@
-div.titlebox {
- background: #d4d4d4;
-}
-
-div.titlebox-title {
- background: #e8e8e8;
-}
+%# div.titlebox {
+%# background: #d4d4d4;
+%# }
+%#
+%# div.titlebox-title {
+%# background: #e8e8e8;
+%# }
Index: nav.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/NoAuth/css/freeside2.1/nav.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- nav.css 9 Jan 2010 23:36:59 -0000 1.1
+++ nav.css 19 Mar 2010 08:26:20 -0000 1.2
@@ -135,7 +135,7 @@
div#page-navigation {
background: white;
position: relative;
- width:100%;
+ /* width:100%; */
z-index: 10;
}
@@ -147,7 +147,8 @@
div#page-navigation ul#page-menu {
display: block;
- position: absolute;
+ /* position: absolute; */
+ float: left;
left: 8em;
font-size: 0.9em;
top: 2.3em;
@@ -156,6 +157,7 @@
right: 0em;
padding-top:0.3em;
padding-bottom:0.5em;
+ padding-right: 4em;
border-top: 1px solid #aaa;
}
@@ -169,7 +171,8 @@
div#page-navigation ul#actions-menu {
- position: absolute;
+ /* position: absolute; */
+ float: right;
right: 1em;
top: 5.2em;
margin-top: 0em;
Index: layout.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/NoAuth/css/freeside2.1/layout.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- layout.css 9 Jan 2010 23:36:59 -0000 1.1
+++ layout.css 19 Mar 2010 08:26:20 -0000 1.2
@@ -65,8 +65,10 @@
padding-top: 1.8em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
- margin-left: 10.5em;
- margin-top: 5.2em;
+ /* margin-left: 10.5em; */
+ /* margin-top: 5.2em; */
+ margin-left: .5em;
+ margin-top: 3.0em;
margin-right: 1em;
margin-bottom: 0em;
min-height: 10%;
More information about the freeside-commits
mailing list