diff options
author | Einar Egilsson | 2012-01-07 21:27:53 +0100 |
---|---|---|
committer | Einar Egilsson | 2012-01-07 21:27:53 +0100 |
commit | a6ad02719937752409211db0d410eb125672837d (patch) | |
tree | 960431096c45e75189d5f1cd766dd4f9afd21cd5 /chrome/css | |
parent | c2c8baf9da4e4e564a166c122895ab8ea5029dc3 (diff) |
XPCOM fixes + CRUD
Diffstat (limited to 'chrome/css')
-rw-r--r-- | chrome/css/redirector.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chrome/css/redirector.css b/chrome/css/redirector.css index 382b6a9..7903171 100644 --- a/chrome/css/redirector.css +++ b/chrome/css/redirector.css @@ -10,7 +10,7 @@ html { margin:0; padding:0; } -h1 { font-family: ; text-align:center; color:#555; text-shadow:0px 0px 15px white; font-size:34pt; padding:0px; margin:20px 0px 0px 0px; letter-spacing:2px; } +h1 { text-align:center; color:#555; text-shadow:0px 0px 15px white; font-size:34pt; padding:0px; margin:20px 0px 0px 0px; letter-spacing:2px; } label { display:table-cell; } input { display:table-cell; } li { margin:0; padding:5px; border-top: dotted 1px grey;} @@ -47,6 +47,17 @@ h5 { text-align:center; margin:0px; padding-left:130px; } #redirect-form div input[type='text']{ margin-top:7px; width:300px; display:inline-block; } .button-row { text-align:center; display:block !important;} + +.dialog { + background:-moz-linear-gradient(top,#fff, #AFCFFE); + border-radius:8px; + display:none; + position:fixed; + margin:0 auto; + padding:10px; + box-shadow: 0px 0px 4px black; +} + #redirect-form { background:-moz-linear-gradient(top,#fff, #AFCFFE); border-radius:8px; |