Skip to content

Commit

Permalink
merged from 1.9 :: some CSS cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
urs_hunkler committed Jan 16, 2008
1 parent ba85f6c commit fd410ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 3 additions & 0 deletions theme/custom_corners/styles_ie6.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ div.sideblock div.bt {
div.sideblock div.header div.bt div {
background-image: url(pix/box.gif);
}
div.block_adminblock {
width: 100%;
}
body.dir-rtl div.sideblock div.header div.bt div {
right: -12px;
}
Expand Down
13 changes: 6 additions & 7 deletions theme/custom_corners/user_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ h2.main {
background-repeat: repeat-x;
background-position: center top;
padding: 5px 5px 6px;
color: #444;
color: #333;
font-size: 120%;
border-right-width: 1px;
border-left-width: 1px;
Expand All @@ -86,7 +86,7 @@ h2.headingblock {
background-repeat: repeat-x;
background-position: center top;
padding: 5px 5px 6px;
color: #444;
color: #333;
font-size: 100%;
border-right-width: 1px;
border-left-width: 1px;
Expand Down Expand Up @@ -215,6 +215,9 @@ div.block_login div.content div.c1 {
div.block_login div.content div.btn input {
text-align: center;
}
div.block_adminblock {
min-width: 210px;
}
div.sideblock ul.list span.c1 {
padding-left: 0;
}
Expand All @@ -225,14 +228,10 @@ div.sideblock div.title h2 {
div.sideblock div.header {
padding: 0;
border-style: none;
border-color: #DDDDDD #CCCCCC #88DD55 #DDDDDD;
}
div.sideblock div.content {
padding: 0.3em 0.3em 0.5em;
border-style: none;
border-right-color: #DDDDDD;
border-bottom-color: #DDDDDD;
border-left-color: #FFFFFF;
}
div.sideblock table.minicalendar td.day {
text-align: center;
Expand Down Expand Up @@ -540,7 +539,7 @@ body#admin-auth td#middle-column {
padding-bottom: 10px;
}
div.sideblock h2 {
color: #666666;
color: #333;
}
table.cal_popup_bg {
background-color: #ffffff;
Expand Down

0 comments on commit fd410ca

Please sign in to comment.