openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c48dffa1dd1bf245f4c0999de50f59cab940eb0f
parent ad4bb5f52ff5713091c17619cbbb986679db9035
Author: dankert <devnull@localhost>
Date:   Wed, 10 Feb 2010 23:15:49 +0100

Notiz-Meldungen nicht so platzraubend anzeigen.

Diffstat:
themes/default/css/base.css | 8++++----
themes/default/include/html/window.inc.php | 2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/themes/default/css/base.css b/themes/default/css/base.css @@ -217,7 +217,7 @@ table.main td.window td.logo } /* Action-Button */ -body.main td.window td.act +body.main table.main td.window td.act { padding:15px; margin-top:20px; @@ -403,13 +403,13 @@ legend /* Notizen */ td.notice { - margin-top:10px; - margin-bottom:10px; - padding:10%; + margin:0px; + padding:5%; text-align:center; } table.notice { + width:100%; border:1px solid; border-spacing:0px; } diff --git a/themes/default/include/html/window.inc.php b/themes/default/include/html/window.inc.php @@ -103,7 +103,7 @@ <td align="center" class="notice"> <?php foreach( $notices as $notice_idx=>$notice ) { ?> - <br><table class="notice" width="80%"> + <br><table class="notice"> <?php if ($notice['name']!='') { ?> <tr>