git ssb

16+

Dominic / patchbay



Commit ee71a5ec46a850b980e5588274a7f7528edbb2fe

move search bar to below tabs

Ev Bogue committed on 7/12/2016, 3:14:31 AM
Parent: 777cbafb7845dc047f89b3b4c20517b0e0ab6a59

Files changed

style.csschanged
style.cssView
@@ -106,13 +106,17 @@
106106
107107 /* message id */
108108
109109 input {
110- width: 100px;
111110 margin-left: 3px;
112111 margin-right: 3px;
112+ border: 1px solid #ccc;
113113 }
114114
115+textarea {
116+ border: 1px solid #ccc;
117+}
118+
115119 /* compose */
116120
117121 .compose {
118122 width: 100%;
@@ -221,12 +225,11 @@
221225
222226 /* searchprompt */
223227
224228 .searchprompt {
225- position: absolute;
226- right: 10px;
227- top: 10px;
228- width: 200px;
229+ width: 250px;
230+ margin-left: 10px;
231+ margin-bottom: 5px;
229232 }
230233
231234 a {
232235 color: #333;

Built with git-ssb-web