summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty-user.css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-11 19:44:22 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-11 19:44:22 +0200
commita3a4ce32f0596ff0bf48c7cc04292389e0d9627d (patch)
treefde894d4ecb2c2fa337efad35a114a5bbd4b1ec8 /hyperkitty/static/css/hyperkitty-user.css
parent7660b947f88493bc241f8af3e1e855f75e1d9cd7 (diff)
downloadhyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.tar.gz
hyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.tar.xz
hyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.zip
Move static files into the hyperkitty prefix
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-user.css')
-rw-r--r--hyperkitty/static/css/hyperkitty-user.css93
1 files changed, 0 insertions, 93 deletions
diff --git a/hyperkitty/static/css/hyperkitty-user.css b/hyperkitty/static/css/hyperkitty-user.css
deleted file mode 100644
index 17b1fa9..0000000
--- a/hyperkitty/static/css/hyperkitty-user.css
+++ /dev/null
@@ -1,93 +0,0 @@
-/*
- * Login form
- */
-
-#login,
-#register {
- text-align: left;
- width: 60em;
- margin: 0 auto;
-}
-#login h2,
-#register h2 {
- margin: 4em 0 1em 0;
- text-align: center;
- font-size: 160%;
-}
-#login .social-login {
- text-align: center;
-}
-#login .social-login li {
- margin: 0 20px;
-}
-#login .social-login li.browserid {
- display: block;
-}
-#login a#browserid.disabled {
- cursor: wait;
-}
-#login form.openid {
- display: none;
- position: absolute;
- left: 0;
- width: 100%;
- margin-top: 10px;
-}
-
-
-/*
- * User profile page
- */
-
-#user-profile {
- padding: 0 2em;
-}
-
-#user-profile h1 {
- margin-bottom: 1em;
-}
-
-#user-profile h3 {
- margin-top: 2em;
-}
-
-#user-profile form {
- float: left;
-}
-
-#user-profile div.gravatar {
- /*float: right;*/
- float: left;
- width: auto;
- font-size: 95%;
- margin-left: 4em;
-}
-#user-profile img.gravatar {
- width: auto;
-}
-#user-profile .gravatar p {
- text-align: center;
-}
-
-
-table.user-data {
- width: auto;
-}
-table.user-data th label {
- font-weight: bold;
-}
-table.user-data th,
-table.user-data td {
- vertical-align: middle;
-}
-table.user-data label,
-table.user-data input {
- margin-bottom: 0;
-}
-
-
-#user-profile .ajaxloader {
- margin-top: 0;
- margin-left: 0;
- position: absolute;
-}