diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2009-03-10 19:59:02 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2009-03-10 19:59:02 +0100 |
| commit | d6049aeffc7de43393a9a7a1d2f95f26422a046f (patch) | |
| tree | 7036f509aa4f4a518a00ddb0e12fe8a6eb4d563a /public | |
| parent | 3b3158199f147646348fae0008d3f63062967a87 (diff) | |
| parent | 14ada6b405dac2bea27a2959f6f73a7398776b0b (diff) | |
Merge branch 'master' of ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 6 | ||||
| -rwxr-xr-x | public/stylesheets/styled.css | 13 |
2 files changed, 18 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 5fe88f1..3e67231 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -22,7 +22,7 @@ th { | |||
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | th.title { | 24 | th.title { |
| 25 | width: 400px; | 25 | width: 370px; |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | th.path { | 28 | th.path { |
| @@ -37,6 +37,10 @@ th.editor { | |||
| 37 | width: 120px; | 37 | width: 120px; |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | th.revision { | ||
| 41 | width: 30px; | ||
| 42 | } | ||
| 43 | |||
| 40 | td { | 44 | td { |
| 41 | padding: 3px; | 45 | padding: 3px; |
| 42 | } | 46 | } |
diff --git a/public/stylesheets/styled.css b/public/stylesheets/styled.css index 707905e..d0312a7 100755 --- a/public/stylesheets/styled.css +++ b/public/stylesheets/styled.css | |||
| @@ -13,6 +13,19 @@ | |||
| 13 | * #eab407 = Content Headers | 13 | * #eab407 = Content Headers |
| 14 | * #fbb03b = Orange, Teaserbar Subheaders | 14 | * #fbb03b = Orange, Teaserbar Subheaders |
| 15 | */ | 15 | */ |
| 16 | |||
| 17 | body div#preview_disclaimer { | ||
| 18 | font-size: 16px; | ||
| 19 | background-color: #ff0000; | ||
| 20 | color: #ffffff; | ||
| 21 | padding-left: 20px; | ||
| 22 | padding-bottom: 5px; | ||
| 23 | } | ||
| 24 | |||
| 25 | body div#preview_disclaimer a { | ||
| 26 | color: #ffffff; | ||
| 27 | text-decoration: underline; | ||
| 28 | } | ||
| 16 | 29 | ||
| 17 | #wrapper { | 30 | #wrapper { |
| 18 | margin:0; | 31 | margin:0; |
