diff options
author | 0ip <me@factor.cc> | 2012-11-14 14:26:49 +0100 |
---|---|---|
committer | 0ip <me@factor.cc> | 2012-11-14 14:26:49 +0100 |
commit | 6b6315ca3c075d20225b27e59e59df76609faabd (patch) | |
tree | 67faecde23bfb52a3ca815a8ba05f74653ac8e1f /src/static | |
parent | 2d31d3fc46be74c5f361bc77d518283c75c83c86 (diff) | |
download | etherpad-lite-6b6315ca3c075d20225b27e59e59df76609faabd.zip |
Tidy up settings
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/pad.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 5ee6b3c5..64f9f0d4 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -748,6 +748,15 @@ input[type=checkbox] { .popup p { margin: 5px 0 } +.popup select { + background: #fff; + padding: 2px; + height: 24px; + border-radius: 3px; + border: 1px solid #ccc; + outline: none; + min-width: 105px; +} .column { float: left; width: 50%; |