summaryrefslogtreecommitdiff
path: root/quicksub.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-04 04:02:53 +0100
committerAndrew Dolgov <[email protected]>2007-05-04 04:02:53 +0100
commitd09a6025922b5955f553031c364a85d1bd676dd9 (patch)
tree7242830868258d668db5f5651c0de0a7425bb729 /quicksub.css
parent283dee70c826b8b41fad4e1e206466170a7f568f (diff)
tweak quicksub result window
Diffstat (limited to 'quicksub.css')
-rw-r--r--quicksub.css27
1 files changed, 26 insertions, 1 deletions
diff --git a/quicksub.css b/quicksub.css
index 4f4786289..7b85211b7 100644
--- a/quicksub.css
+++ b/quicksub.css
@@ -22,5 +22,30 @@ img.logo {
div.content {
padding : 1em;
- border : 1px solid #88b0ff;
+ /* border : 1px solid #88b0ff; */
}
+
+div.notice {
+ background : #ffffff;
+ border : 1px solid #88b0f0;
+ width : 50%;
+ padding : 5px;
+ margin : 0px 0px 5px 0px;
+ font-size : 9pt;
+}
+
+div.warning {
+ background : #fff7d5;
+ border : 1px solid #d7c47a;
+ font-size : 9pt;
+ width : 50%;
+ padding : 5px;
+ margin : 0px 0px 5px 0px;
+}
+
+
+div.warning img, div.notice img {
+ vertical-align : middle;
+ padding : 5px;
+}
+