git ssb

16+

Dominic / patchbay



Commit db24205038aaf0d14c2a2bbe170207ad6b54838e

minor tweaks to styles. search is now the right height, and the status light is centered

Ev Bogue committed on 9/6/2016, 11:33:04 PM
Parent: 36fe7f893ca8db2aca11a868d8a6c3f8ec2b9cef

Files changed

style.csschanged
style.cssView
@@ -210,31 +210,18 @@
210210
211211 /* searchprompt */
212212
213213 .searchprompt {
214- width: 17em;
215- margin-left: .5ex;
216- margin-bottom: .5ex;
214 + width: 100%;
215 + height: 2.55em;
217216 }
218217
219218 /* TextNodeSearcher highlights */
220219
221220 .highlight {
222221 background: yellow;
223222 }
224223
225-/* --- network status --- */
226-
227-.status {
228- width: 20px;
229- height: 20px;
230- background: green;
231-}
232-
233-.error {
234- background: red;
235-}
236-
237224 /* avatar editor */
238225
239226 .hypercrop__canvas {
240227 width: 100%;
@@ -257,8 +244,9 @@
257244
258245 .status {
259246 width: .7em;
260247 height: .7em;
248 + margin: .7em;
261249 border-radius: 100%;
262250 background: green;
263251 }
264252
@@ -288,13 +276,14 @@
288276
289277 .header {
290278 background: lightgray;
291279 border-bottom: 2px inset;
292- flex-shrink: 0; //I don't understand why this is needed, but it breaks without this.
280 + flex-shrink: 0;
293281 }
294282
295283 .header__tabs {
296- width: 100%; min-width: 0px;
284 + width: 100%;
285 + min-width: 0px;
297286 }
298287
299288 /* --- hypertabs ------- */
300289
@@ -322,10 +311,11 @@
322311 //border-top-right-radius: 3px;
323312 border-top-left-radius: 5px;
324313 margin-left: -3px;
325314 border-bottom: none;
326- padding: 0.5em;
327- width: 100%; //stretch tabs to fill the space
315 + padding-top: .35em;
316 + padding-left: .5em;
317 + width: 100%;
328318 }
329319
330320 .hypertabs__tab > a {
331321 color: black;
@@ -342,9 +332,9 @@
342332 .hypertabs__x {
343333 display: none; //hide x on unselected tabs, like in firefox.
344334 //margin-right: -5px;
345335 //margin-top: -5px;
346- transform: translate(5px, -5px);
336 + transform: translate(-5px, -3px);
347337 }
348338
349339 .hypertabs--selected .hypertabs__x {
350340 display: block;

Built with git-ssb-web