summaryrefslogtreecommitdiff
path: root/www/styles/week.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/styles/week.css')
-rw-r--r--www/styles/week.css26
1 files changed, 25 insertions, 1 deletions
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;
}
-