summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorHorus32015-03-23 16:22:21 +0100
committerHorus32015-03-23 16:22:21 +0100
commitac1ee887205d068b7b1c1df690f157dda506e419 (patch)
tree94cbabac47acab058c98cdb5e77f2cfdf259640a /static/css
parent5ff2678063792a74868c231ec68e30ef4397dece (diff)
downloadfreemail-ac1ee887205d068b7b1c1df690f157dda506e419.tar.gz
Reorder and restyle alert messages. Fixed bug in AuthUser(). Remove some unnecessary CSS.
Diffstat (limited to 'static/css')
-rw-r--r--static/css/style.css51
1 files changed, 8 insertions, 43 deletions
diff --git a/static/css/style.css b/static/css/style.css
index cc0e246..95942a9 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,3 +1,10 @@
+html {
+ position: relative;
+ min-height: 100%;
+}
+body {
+ margin-bottom: 100px;
+}
.navbar-default .navbar-brand {
color: white;
}
@@ -14,48 +21,18 @@
}
.alert {
border-radius: 5px;
-}
-
-.alert-success {
- background-color: #d0e9c6 !important;
- color: #473835;
-}
-.panel-danger > .panel-heading {
- /*
- background-color: #dd5148;*/
- color: #473835;
- background-color: #ebcccc;
-}
-html {
- position: relative;
- min-height: 100%;
-}
-body {
- margin-bottom: 100px;
+ color: white !important;
}
.delete {
padding-top: 10%;
}
-.alert-danger {
- background-color: #ebcccc;
- color: #473835;
-}
-textarea {
- box-shadow: 0 0px 10px rgba(0, 0, 0, 0.23), 0 0px 10px rgba(0, 0, 0, 0.16) !important;
- background-color: #fff;
- width: 100% !important;
- height:200px !important;
-}
.hide {
display: none ;
}
-
.underline {
text-decoration: underline;
}
-
.shadow-y-2{box-shadow:0 -3px 10px rgba(0,0,0,.23),0 -3px 10px rgba(0,0,0,.16)}
-
.footer {
position: absolute;
bottom: 0;
@@ -72,22 +49,10 @@ textarea {
.footer-a {
color: white;
}
-
.footer-a:hover {
color: white;
text-decoration: underline;
}
-.admin-link {
- position: absolute;
- bottom: 50px;
- color: #009587;
- /*
- margin-top: 0;
- margin: 10px ;
- top: 100%;
- padding-bottom: 0;
- */
-}
.footer > .container {
padding-left: 0;
}