Commit 650c7ec024e7d4d88b8aebfbd84d556df18b5728
improved search bar styles (minor)
mix irving committed on 9/21/2017, 10:45:47 AMParent: ef6782e7a416278df665504333db56c9e47587db
Files changed
app/html/search-bar.mcss | changed |
app/styles/mcss/hypertabs.mcss | changed |
app/html/search-bar.mcss | ||
---|---|---|
@@ -6,10 +6,9 @@ | ||
6 | 6 … | padding-right: .5rem |
7 | 7 … | |
8 | 8 … | margin-left: 1rem |
9 | 9 … | |
10 | - border: 1px #dcdcdc solid; | |
11 | 10 … | border-radius: 0 |
12 | - font-size: .9rem; | |
11 … | + font-size: .9rem | |
13 | 12 … | } |
14 | 13 … | } |
15 | 14 … |
app/styles/mcss/hypertabs.mcss | ||
---|---|---|
@@ -9,8 +9,10 @@ | ||
9 | 9 … | |
10 | 10 … | background: linear-gradient(to bottom, #efefef, #e5e5e5) |
11 | 11 … | |
12 | 12 … | section.tabs { |
13 … | + padding: .5rem 0 0 .5rem | |
14 … | + | |
13 | 15 … | flex-grow: 1 |
14 | 16 … | display: flex |
15 | 17 … | min-width: 0 |
16 | 18 … | |
@@ -75,9 +77,9 @@ | ||
75 | 77 … | max-width: calc(100% - 1.4rem) |
76 | 78 … | white-space: nowrap |
77 | 79 … | text-overflow: ellipsis |
78 | 80 … | |
79 | - padding: .5rem 0 .5rem .6rem | |
81 … | + padding: .45rem 0 .45rem .6rem | |
80 | 82 … | } |
81 | 83 … | |
82 | 84 … | a.close { |
83 | 85 … | visibility: hidden |
@@ -103,8 +105,9 @@ | ||
103 | 105 … | |
104 | 106 … | } |
105 | 107 … | |
106 | 108 … | div.navExtra { |
109 … | + padding-top: .2rem | |
107 | 110 … | display: flex |
108 | 111 … | align-items: center |
109 | 112 … | } |
110 | 113 … | } |
@@ -117,10 +120,8 @@ | ||
117 | 120 … | div.page { |
118 | 121 … | flex-grow: 1 |
119 | 122 … | |
120 | 123 … | display: flex /*hack to get give Scroller context it needs */ |
121 | - | |
122 | - padding-top: .2rem | |
123 | 124 … | } |
124 | 125 … | } |
125 | 126 … | } |
126 | 127 … |
Built with git-ssb-web