diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-05-13 14:19:26 +0200 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-05-13 14:19:26 +0200 |
| commit | 368ada44db571c46deea674eadd410ac9bc47ebc (patch) | |
| tree | 5b33bc0977b1cba67ff1e973f8e339e5b3718e3f /webclient/style/dialog.css | |
| parent | 02a4212494e1d42f50d8fb1c8daede32ae9cb744 (diff) | |
| download | alias-368ada44db571c46deea674eadd410ac9bc47ebc.tar.gz | |
Simple dialog plugin.
Test dialog when clicking register link.
Diffstat (limited to 'webclient/style/dialog.css')
| -rw-r--r-- | webclient/style/dialog.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/webclient/style/dialog.css b/webclient/style/dialog.css new file mode 100644 index 0000000..ea9266e --- /dev/null +++ b/webclient/style/dialog.css @@ -0,0 +1,15 @@ +#dialog-overlay{ + position:absolute; + z-index:9000; + background-color:#575757; + opacity: 0.7; + display:none; +} + +#dialogs .dialog{ + position:absolute; + display:none; + z-index:9999; + padding:5px; + background-color: red; +}
\ No newline at end of file |
