diff options
author | Joris Guyonvarch | 2015-03-16 22:31:37 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-16 22:31:37 +0100 |
commit | 1f7c3f844b3a7273f0e2f211ea00955a1ce2e0e7 (patch) | |
tree | f389547fb5f5409f0e05f8fe157f55c1927a5436 /design/design.css | |
parent | e1f8664779b0075ad7da76e4290c1fe8f9b76b94 (diff) |
Moving the add timer button to title bar
Diffstat (limited to 'design/design.css')
-rw-r--r-- | design/design.css | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/design/design.css b/design/design.css index 53a2eed..40eeaad 100644 --- a/design/design.css +++ b/design/design.css @@ -1,22 +1,27 @@ -h1 { - font-size: 70px; - padding: 20px; +.title { background-color: #111111; color: white; - letter-spacing: 10px; - padding: 30px; margin-bottom: 20px; + height: 150px; + line-height: 150px; + font-size: 70px; + padding-left: 30px; } -button.addTimer { - position: absolute; - bottom: 10px; - left: 10px; - color: #33AA22; - border: 5px solid #33AA22; - background-color: white; - border-radius: 5px; +.title > h1 { + letter-spacing: 10px; + float: left; +} + +.title > button { + float: right; + color: white; + border: 5px solid white; + background-color: #111111; + border-radius: 10px; font-size: 50px; + margin-top: 35px; + margin-right: 30px; } .timers { |