summaryrefslogtreecommitdiff
path: root/www/styles/weeks.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/styles/weeks.css')
-rw-r--r--www/styles/weeks.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/www/styles/weeks.css b/www/styles/weeks.css
index 2d6a547..c3b0649 100644
--- a/www/styles/weeks.css
+++ b/www/styles/weeks.css
@@ -19,12 +19,13 @@
* along with rhrdweb. If not, see <http://www.gnu.org/licenses/>.
*/
-#leftcol {
- float: left;
- width: 42%;
- min-width: 25em;
- margin-top: 5em;
- margin-bottom: 5em;
+#title {
+ display: block;
+ width: 100%;
+ height: 100%;
+ vertical-align: middle;
+ text-align: center;
+ margin-top: 10em;
}
#clock {
@@ -60,6 +61,11 @@
}
#buttons {
+ display: block;
+ width: 100%;
+ height: 100%;
+ vertical-align: middle;
+ text-align: center;
margin-top: 3em;
}
@@ -70,12 +76,6 @@
margin: 0.2em;
}
-#rightcol {
- float: left;
- width: 58%;
- min-width: 25em;
-}
-
#calendar {
margin-top: 2em;
border-spacing: 0;
@@ -111,7 +111,7 @@
}
#calendar td.month {
- width: 6em;
+ width: 8em;
font-size: 1.2em;
font-weight: bold;
border-left: 2px solid #eee;