By | Chris Done |
At | 2011-06-08 |
Title | Increase label width. |
Description |
Edit file src/Amelie/View/Style.hs 33188 → 33188
74 74 subRule "textarea:focus, input.text:focus" $ do
75 75 background "#eee"
76 76 77 77 subRule "span" $ do
78 78 float "left"
- 79 width "5em"
+ 79 width "7em"
80 80 display "block"
81 81 82 82 -- | Section styles.
83 83 sections :: CSS Rule
84 84 sections = do
… … … …