diff options
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main.css | 1 | ||||
-rw-r--r-- | www/styles/week.css | 26 |
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; } - |