summaryrefslogtreecommitdiff
path: root/www/styles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-06-22 15:36:18 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-06-22 15:36:34 (GMT)
commitfa44b1f132b05bcc22e7f1a2ba29d0ef36885c58 (patch)
tree7de1a64a6ae7fc68fda8af7521844e749d3b8bda /www/styles
parentd67ba4c202d23b27c07470d7527034e26026ca67 (diff)
added buttons to scroll in rd week view
Diffstat (limited to 'www/styles')
-rw-r--r--www/styles/main.css1
-rw-r--r--www/styles/week.css26
2 files changed, 26 insertions, 1 deletions
diff --git a/www/styles/main.css b/www/styles/main.css
index 65b04de..638f4d2 100644
--- a/www/styles/main.css
+++ b/www/styles/main.css
@@ -21,6 +21,7 @@
body {
background-color: #eee;
+ font-family: Sans-Serif;
}
#container {
diff --git a/www/styles/week.css b/www/styles/week.css
index 5ff75cd..211f1ad 100644
--- a/www/styles/week.css
+++ b/www/styles/week.css
@@ -19,7 +19,32 @@
* 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;
+}
+
+#buttons {
+ margin-top: 3em;
+}
+
+#buttons input[type=button] {
+ font-size: 1.3em;
+ font-weight: bold;
+ padding: 0.3em 3em;
+}
+
+#rightcol {
+ float: left;
+ width: 58%;
+ min-width: 25em;
+}
+
#calendar {
+ margin-top: 2em;
border-collapse: collapse;
}
@@ -47,4 +72,3 @@
border-left: 2px solid white;
border-right: 2px solid white;
}
-