diff options
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/attachment.css | 12 | ||||
-rw-r--r-- | skins/standard/global.css | 6 |
2 files changed, 15 insertions, 3 deletions
diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css index b08cb6136..ebc52c651 100644 --- a/skins/standard/attachment.css +++ b/skins/standard/attachment.css @@ -48,6 +48,18 @@ table#flags td { background-color: #f0f0f0; border: 1px solid black; text-align: left; + padding: 0.2em; +} + +.section_head .link_here { + float: right; + padding-left: 1em; + padding-right: 0.5em; +} + +.lines_count a { + padding-left: 0.5em; + padding-right: 1em; } table.file_table { diff --git a/skins/standard/global.css b/skins/standard/global.css index 05a111428..cd89be4f3 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -211,7 +211,7 @@ border-color: black; border-width: 0px 0px 2px 0px; } - + .tabs td.selected { background: white; border-width: 2px 2px 0px 2px; @@ -634,8 +634,8 @@ input.required, select.required, span.required_explanation { .calendar_button span { display: none } /* These classes are set by YUI. */ .yui-calcontainer { - display: none; - background-color: white; + display: none; + background-color: white; padding: 10px; border: 1px solid #404D6C; } |