[geeklog-cvs] Geeklog-1.x/public_html/admin/install/layout style.css, 1.7, 1.8

Dirk Haun dhaun at qs1489.pair.com
Sat May 31 17:36:17 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/layout
In directory qs1489.pair.com:/tmp/cvs-serv76754/public_html/admin/install/layout

Modified Files:
style.css
Log Message:
Fixed problems with the text direction in the install script (reported by LWC)


Index: style.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/layout/style.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** style.css 29 May 2008 19:39:44 -0000 1.7
--- style.css 31 May 2008 21:36:15 -0000 1.8
***************
*** 178,186 ****
padding: 0px;
width: 14em;
- float: left;
- text-align: left;
margin-top: 5px;
display: block
}
code {
font-size: 8pt;
--- 178,192 ----
padding: 0px;
width: 14em;
margin-top: 5px;
display: block
}
+ .label-left {
+ float: left;
+ text-align: left;
+ }
+ .label-right {
+ float: right;
+ text-align: right;
+ }
code {
font-size: 8pt;
***************
*** 188,191 ****
--- 194,209 ----

/* Header ******************************************************************/
+ .header-logo {
+ float:left;
+ padding-left:15px;
+ padding-top:13px;
+ }
+ .header-slogan {
+ float:right;
+ padding-right:15px;
+ padding-top:13px;
+ color: #ffffff;
+ text-align:right;
+ }
.header-navigation-container {
border-bottom:1px solid #FFFFFF;
***************
*** 230,233 ****
--- 248,252 ----
background:url(../layout/header-bg.png) #1A3955;
border-bottom:1px solid #CCCCCC;
+ height:78px;
}
.header-logobg-left {
***************
*** 292,296 ****
}
.install-type-container-inner {
! width: 412px;
margin-left: auto;
margin-right: auto;
--- 311,315 ----
}
.install-type-container-inner {
! width: 452px;
margin-left: auto;
margin-right: auto;
***************
*** 304,308 ****
.install {
position: relative;
! width: 200px;
height: 55px;
background-color: #CCC;
--- 323,342 ----
.install {
position: relative;
! width: 220px;
! height: 55px;
! background-color: #CCC;
! text-align: center;
! font-size: 20pt;
! font-family: "Verdana";
! padding-top: 20px;
! border: 1px;
! border-color: #000;
! border-style: dashed;
! }
! .upgrade {
! position: relative;
! left: 230px;
! top: -77px;
! width: 220px;
height: 55px;
background-color: #CCC;
***************
*** 315,330 ****
border-style: dashed;
}
! .upgrade {
position: relative;
! left: 210px;
! top: -77px;
! width: 200px;
height: 55px;
background-color: #CCC;
! text-align: center;
font-size: 20pt;
font-family: "Verdana";
padding-top: 20px;
! border: 1px;
border-color: #000;
border-style: dashed;
--- 349,364 ----
border-style: dashed;
}
! .upgrade-rtl {
position: relative;
! right: 230px;
! top: -77px;
! width: 220px;
height: 55px;
background-color: #CCC;
! text-align: center;
font-size: 20pt;
font-family: "Verdana";
padding-top: 20px;
! border: 1px;
border-color: #000;
border-style: dashed;




More information about the geeklog-cvs mailing list