diff options
author | Matthias Schulte <post@lupo49.de> | 2011-07-17 12:18:37 +0200 |
---|---|---|
committer | Matthias Schulte <post@lupo49.de> | 2011-07-17 12:18:37 +0200 |
commit | 8e5a3957cd8de15f48dc27e9c07dfe4033fd6997 (patch) | |
tree | e819b734e24a3fb1a40da50383dfbaf34ba3b1d6 /lib/styles | |
parent | 3f3f8d1d768a4996d5a2fcc0ce8715e455ce7cad (diff) | |
parent | 1e542e417725bb148253929fac9146832d978e45 (diff) | |
download | rpg-8e5a3957cd8de15f48dc27e9c07dfe4033fd6997.tar.gz rpg-8e5a3957cd8de15f48dc27e9c07dfe4033fd6997.tar.bz2 |
Merge remote branch 'upstream/master'
Diffstat (limited to 'lib/styles')
-rw-r--r-- | lib/styles/print.css | 3 | ||||
-rw-r--r-- | lib/styles/screen.css | 13 |
2 files changed, 12 insertions, 4 deletions
diff --git a/lib/styles/print.css b/lib/styles/print.css index 16543473a..76bc6d3bc 100644 --- a/lib/styles/print.css +++ b/lib/styles/print.css @@ -18,7 +18,6 @@ div.notify { /* modal windows */ .JSpopup, -#link__wiz, -#media__popup { +#link__wiz { display: none; } diff --git a/lib/styles/screen.css b/lib/styles/screen.css index 0a6a4f295..80a161f19 100644 --- a/lib/styles/screen.css +++ b/lib/styles/screen.css @@ -44,8 +44,7 @@ div.notify { /* modal windows */ .JSpopup, -#link__wiz, -#media__popup { +#link__wiz { position: absolute; background-color: #fff; color: #000; @@ -53,6 +52,16 @@ div.notify { overflow: hidden; } +/* media manager popup toggle buttons */ + +#media__popup_content button.button { + border-style: outset; +} + +#media__popup_content button.selected { + border-style: inset; +} + /* syntax highlighting code */ .code .br0 { color: #66cc66; } |