diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-02 16:32:30 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-02 16:32:30 -0400 |
| commit | 286ac452b3eae8fe20c7ccf5769b583942d45dd4 (patch) | |
| tree | 2ee1bba0e6dd2610d74d93f66877682f86024b95 /public | |
| parent | c996ec3c93316b7a28b6707c9f7f595488d05cb9 (diff) | |
| parent | d3cc41049b0f7501a5cf9f0afa2c7c4ecc0ed5ae (diff) | |
merge
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 32da0be..5aca224 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -769,7 +769,7 @@ iframe.embed { #minotaur.saving { padding: 20px 8px; color: white; - background: black; + background: red; font-weight: 300; text-decoration: none; z-index: 33; @@ -1858,6 +1858,7 @@ form h3 { } #form_container { clear:both; + padding-bottom: 50px; } .errors { display: none; @@ -1917,7 +1918,11 @@ form li textarea { color:white; cursor:pointer; } - +.chardinjs-tooltiptext { + font-weight: 300; + line-height: 20px; + font-size: 16px; +} .box { display: table-cell; @@ -1946,8 +1951,10 @@ form li textarea { border: 1px solid black; box-shadow: -3px 4px black; line-height: 75px; + } + .desktop .close:hover { background:black; color:white; |
