summaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
authorhorus_arch2015-03-23 10:58:54 +0100
committerhorus_arch2015-03-23 10:58:54 +0100
commit05194f3a09b2382f269d31e6e2fa472a7b95e5c1 (patch)
tree3a8aa81ae33e9b97149a55ff6a715caa3c93dda9 /static/css/style.css
parent558fe8ba9fb42231b34977fef542c43a34b3bd00 (diff)
downloadfreemail-05194f3a09b2382f269d31e6e2fa472a7b95e5c1.tar.gz
Add html documentation. Change password handler.
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css32
1 files changed, 20 insertions, 12 deletions
diff --git a/static/css/style.css b/static/css/style.css
index aa4cb9c..cc0e246 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -26,6 +26,13 @@
color: #473835;
background-color: #ebcccc;
}
+html {
+ position: relative;
+ min-height: 100%;
+}
+body {
+ margin-bottom: 100px;
+}
.delete {
padding-top: 10%;
}
@@ -49,23 +56,15 @@ textarea {
.shadow-y-2{box-shadow:0 -3px 10px rgba(0,0,0,.23),0 -3px 10px rgba(0,0,0,.16)}
-.center {
- position: absolute;
- top: 50%;
- transform: translate(0, -50%);
-/* width: 100%;*/
- height: 20px;
- /*padding-right: 20px;*/
-}
.footer {
- background-color: #009587;
- border-color: #009587;
- background: #009587;
- color: white ;
position: absolute;
bottom: 0;
width: 100%;
height: 40px;
+ background-color: #009587;
+ border-color: #009587;
+ background: #009587;
+ color: white ;
}
.footer-div {
padding-top: 10%;
@@ -83,7 +82,16 @@ textarea {
bottom: 50px;
color: #009587;
/*
+ margin-top: 0;
+ margin: 10px ;
top: 100%;
padding-bottom: 0;
*/
}
+.footer > .container {
+ padding-left: 0;
+}
+.sticky-footer {
+ margin: 10px 0;
+ margin-left: 0;
+}