aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/etherpad/src/static/css/global-pro-account.css
diff options
context:
space:
mode:
authorElliot Kroo <kroo@appjet.com>2010-03-11 15:21:30 -0800
committerElliot Kroo <kroo@appjet.com>2010-03-11 15:21:30 -0800
commit98e2821b38a775737e42a2479a6bc65107210859 (patch)
tree55939a8ba1dce4f4e48ebb13b658061d62bf1b9a /trunk/etherpad/src/static/css/global-pro-account.css
parentc1894c8e0a52f4e3d2f89fa92f0066bbf0fcf1b1 (diff)
downloadetherpad-98e2821b38a775737e42a2479a6bc65107210859.tar.gz
etherpad-98e2821b38a775737e42a2479a6bc65107210859.tar.xz
etherpad-98e2821b38a775737e42a2479a6bc65107210859.zip
reorganizing the first level of folders (trunk/branch folders are not the git way :)
Diffstat (limited to 'trunk/etherpad/src/static/css/global-pro-account.css')
-rw-r--r--trunk/etherpad/src/static/css/global-pro-account.css52
1 files changed, 0 insertions, 52 deletions
diff --git a/trunk/etherpad/src/static/css/global-pro-account.css b/trunk/etherpad/src/static/css/global-pro-account.css
deleted file mode 100644
index 6c34446..0000000
--- a/trunk/etherpad/src/static/css/global-pro-account.css
+++ /dev/null
@@ -1,52 +0,0 @@
-div.error {
- border: 1px solid red;
- background: #fee;
- padding: 1em;
- margin: 1em 0;
- width: 600px;
- font-weight: bold;
-}
-
-form#global-sign-in {
- background: #eeeef6;
- padding: 1em;
- border: 1px solid #ddd;
- margin: 1em 0;
- width: 600px;
-}
-
-form label {
- color: #444;
- margin-bottom: .2em;
-}
-
-form input {
- border: 1px solid #377ec6;
-}
-
-form#global-sign-in label {
- display: block;
- margin-top: 1em;
-}
-
-form#global-sign-in button {
- border: 0;
- cursor: pointer;
- color: #fff;
- font-weight: bold;
- overflow: visible;
- padding: 0;
- background: #70a4ec;
- border: 1px solid #3773c6;
- padding: 4px 16px;
- margin-top: 14px;
-}
-
-.global-pro-account p {
- font-size: 86%;
-}
-
-div.tip {
- margin: .5em 0;
- font-size: 90%;
-}