diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 01:45:57 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 01:45:57 +0100 |
| commit | 6702125f12820c504ae18114f99fee3e13b2616f (patch) | |
| tree | f775b3d409951e1078547d380fc87a2da69cddb5 /public/assets/css/bucky.css | |
| parent | 7b6a999eb2ae4ade37acd045cf8f806b4021d4c1 (diff) | |
moreeeeee styling
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index 9bce371..fbac5f3 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -105,6 +105,7 @@ table, tr { #content { width: -webkit-calc(100% - 310px); width: calc(100% - 310px); + max-width: 814px; } #content .ledger { @@ -167,6 +168,7 @@ table, tr { padding-right: 4px; line-height: 15px; padding-top: 10px; + padding-bottom: 4px; } #threads .keyword:first-child td { padding-top: 5px; @@ -579,6 +581,11 @@ code br { } #search .next_page { font-size: 14px; + display: block; + padding: 10px; +} +#search_form { + margin-bottom: 10px; } #search_form .button { background-image: url("data:image/svg+xml,%3C%3Fxml version=%221.0%22 encoding=%22UTF-8%22%3F%3E%0A%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213%22%3E%0A%09%3Cg fill=%22none%22 stroke=%22%2354595d%22 stroke-width=%222%22%3E%0A%09%09%3Cpath d=%22M11.29 11.71l-4-4%22/%3E%0A%09%09%3Ccircle cx=%225%22 cy=%225%22 r=%224%22/%3E%0A%09%3C/g%3E%0A%3C/svg%3E%0A"); @@ -593,13 +600,13 @@ code br { border-top: 0; border-left: 0; border-right: 0; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #888; padding-bottom: 3px; font-size: 14px; font-family: 'Trebuchet MS', sans-serif; background: transparent; outline: 0; - width: 300px; + width: 270px; } #search_form input[type='text']:focus { border-bottom: 1px solid #211; |
