diff options
Diffstat (limited to 'rt/html/NoAuth/css/3.5-default')
-rw-r--r-- | rt/html/NoAuth/css/3.5-default/freeside.css | 9 | ||||
-rw-r--r-- | rt/html/NoAuth/css/3.5-default/main.css | 1 | ||||
-rwxr-xr-x | rt/html/NoAuth/css/3.5-default/misc.css | 8 | ||||
-rw-r--r-- | rt/html/NoAuth/css/3.5-default/titlebox.css | 3 | ||||
-rwxr-xr-x | rt/html/NoAuth/css/3.5-default/transactions.css | 4 |
5 files changed, 22 insertions, 3 deletions
diff --git a/rt/html/NoAuth/css/3.5-default/freeside.css b/rt/html/NoAuth/css/3.5-default/freeside.css new file mode 100644 index 000000000..5e7e0a04a --- /dev/null +++ b/rt/html/NoAuth/css/3.5-default/freeside.css @@ -0,0 +1,9 @@ + +div.titlebox { + background: #d4d4d4; +} + +div.titlebox-title { + background: #e8e8e8; +} + diff --git a/rt/html/NoAuth/css/3.5-default/main.css b/rt/html/NoAuth/css/3.5-default/main.css index 3a5fdfb5d..ed4a6989c 100644 --- a/rt/html/NoAuth/css/3.5-default/main.css +++ b/rt/html/NoAuth/css/3.5-default/main.css @@ -58,4 +58,5 @@ @import "nav.css"; @import "header.css"; @import "footer.css"; +@import "freeside.css"; diff --git a/rt/html/NoAuth/css/3.5-default/misc.css b/rt/html/NoAuth/css/3.5-default/misc.css index 038e65def..981dea36d 100755 --- a/rt/html/NoAuth/css/3.5-default/misc.css +++ b/rt/html/NoAuth/css/3.5-default/misc.css @@ -46,10 +46,12 @@ %# %# END BPS TAGGED BLOCK }}} body { - font-family: Verdana, sans-serif; + /* font-family: Verdana, sans-serif; */ + font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 76%; margin: 0; - background-color: white; + /* background-color: white; */ + background-color: #e8e8e8; } .hide, .hidden { display: none !important; } @@ -73,9 +75,11 @@ body { .evenline { background-color: white; } .oddline { background-color: #ddd; } +/* td { padding: 0.1em 0.5em 0.1em 0.5em; } +*/ .clear { clear: both; } diff --git a/rt/html/NoAuth/css/3.5-default/titlebox.css b/rt/html/NoAuth/css/3.5-default/titlebox.css index 3bd4e97cf..82961bb38 100644 --- a/rt/html/NoAuth/css/3.5-default/titlebox.css +++ b/rt/html/NoAuth/css/3.5-default/titlebox.css @@ -51,7 +51,8 @@ .titlebox .titlebox-content { margin-top: -1px; - padding: 1em 2em 0.5em 2em; + padding: 0.25em .50em 0.125em .50em; + /*padding: 1em 2em 0.5em 2em;*/ margin: 0; /*margin: 1em 2em 0.5em 2em;*/ } diff --git a/rt/html/NoAuth/css/3.5-default/transactions.css b/rt/html/NoAuth/css/3.5-default/transactions.css index fdf8ea824..fee5c52f2 100755 --- a/rt/html/NoAuth/css/3.5-default/transactions.css +++ b/rt/html/NoAuth/css/3.5-default/transactions.css @@ -57,6 +57,10 @@ .ticket-transaction.even { background: #eee; } +.ticket-transaction.odd { + background: #fff; +} + .ticket-transaction .date { font-size: 0.9em; |