From de99223aed439beebeab1bc5e4182180ec6d1a80 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 13 Mar 2005 17:26:24 +0000 Subject: [PATCH] Some styles for login page --- theme/standard/styles_color.css | 4 ++++ theme/standard/styles_layout.css | 6 ++++++ theme/standard/styles_moz.css | 12 ++++++++++++ 3 files changed, 22 insertions(+) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 2fbb934555e..e95af038319 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -150,6 +150,10 @@ th.header { background-color:#990000; } +.loginbox .content { + border-color:#DDDDDD; /* borders */ +} + /* summary of a user in a nice little box - weblib.php */ .userinfobox { border-color:#DDDDDD; /* borders */ diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index fc2281d1555..8c31e399d60 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1111,6 +1111,12 @@ body#course-enrol .coursebox { margin-top: 20px; } +.loginbox .content { + border-width:1px; + border-style:solid; + padding:15px; +} + .headingblock .link { text-align:right; } diff --git a/theme/standard/styles_moz.css b/theme/standard/styles_moz.css index f8ee936ca60..73a9700aef9 100644 --- a/theme/standard/styles_moz.css +++ b/theme/standard/styles_moz.css @@ -199,3 +199,15 @@ table.minicalendar td { .glossarycomment .entry { -moz-border-radius-bottomright:20px; } + +.loginbox { + -moz-border-radius-bottomleft:20px; + -moz-border-radius-bottomright:20px; +} + +.loginbox .content.left { + -moz-border-radius-bottomleft:20px; +} +.loginbox .content.right { + -moz-border-radius-bottomright:20px; +}