Commit ee71a5ec46a850b980e5588274a7f7528edbb2fe
move search bar to below tabs
Ev Bogue committed on 7/12/2016, 3:14:31 AMParent: 777cbafb7845dc047f89b3b4c20517b0e0ab6a59
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -106,13 +106,17 @@ | ||
106 | 106 | |
107 | 107 | /* message id */ |
108 | 108 | |
109 | 109 | input { |
110 | - width: 100px; | |
111 | 110 | margin-left: 3px; |
112 | 111 | margin-right: 3px; |
112 | + border: 1px solid #ccc; | |
113 | 113 | } |
114 | 114 | |
115 | +textarea { | |
116 | + border: 1px solid #ccc; | |
117 | +} | |
118 | + | |
115 | 119 | /* compose */ |
116 | 120 | |
117 | 121 | .compose { |
118 | 122 | width: 100%; |
@@ -221,12 +225,11 @@ | ||
221 | 225 | |
222 | 226 | /* searchprompt */ |
223 | 227 | |
224 | 228 | .searchprompt { |
225 | - position: absolute; | |
226 | - right: 10px; | |
227 | - top: 10px; | |
228 | - width: 200px; | |
229 | + width: 250px; | |
230 | + margin-left: 10px; | |
231 | + margin-bottom: 5px; | |
229 | 232 | } |
230 | 233 | |
231 | 234 | a { |
232 | 235 | color: #333; |
Built with git-ssb-web