--- a/src/p4l/static/p4l/css/p4l.css Thu Sep 26 15:24:41 2013 +0200
+++ b/src/p4l/static/p4l/css/p4l.css Sat Sep 28 02:55:26 2013 +0200
@@ -2,6 +2,12 @@
* modif from bootstrap for p4l
*/
+html,
+body {
+ height: 100%;
+ /* The html and body elements cannot have any padding or margin. */
+}
+
.container {
margin: 0 auto;
width: 950px;
@@ -22,8 +28,10 @@
.two_buttons{
min-width: 100px;
}
+
footer {
- padding-bottom: 20px;
+ padding-bottom: 20px;
+ border-top: 1px solid gray;
}
.bottom-5 {
margin-bottom: 5px;
@@ -93,3 +101,55 @@
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
+
+
+.version {
+ text-align: right;
+ color: white;
+ font-size:9px;
+}
+
+.version:hover {
+ color: inherit;
+ text-decoration: none;
+ border-bottom-width: 0px;
+ border-bottom-style: none;
+}
+
+#wrapper {
+ min-height: 100%;
+ height: auto !important;
+ height: 100%;
+ /* Negative indent footer by it's height */
+ margin: 0 auto -70px;
+}
+
+/* Set the fixed height of the footer here */
+#push,
+footer {
+ height: 70px;
+}
+
+.footer-img {
+ padding: 10px 0;
+}
+
+#search-input {
+ padding-right: 24px;
+}
+
+#search-input-cancel {
+ text-indent: -1000em;
+ top: 3px;
+ right: 0.5em;
+}
+
+#langselect {
+ padding-bottom: 10px;
+}
+
+
+#copyright-version a {
+ text-decoration: none;
+ color: inherit;
+}
\ No newline at end of file