We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b04828 commit 6d4bdf1Copy full SHA for 6d4bdf1
adminlteui/static/admin/dist/css/app.css
@@ -244,7 +244,7 @@ ul.timelist, .timelist li {
244
245
.selector-available, .selector-chosen {
246
float: left;
247
- width: 48%;
+ width: calc(48% - 11px);
248
text-align: center;
249
margin-bottom: 5px;
250
}
@@ -255,6 +255,7 @@ ul.timelist, .timelist li {
255
256
.selector-available h2, .selector-chosen h2 {
257
border: 1px solid #ccc;
258
+ border-radius: 3px 3px 0 0;
259
font-size: 16px;
260
padding: 5px;
261
margin: 0;
@@ -310,7 +311,7 @@ ul.timelist, .timelist li {
310
311
312
.selector ul.selector-chooser {
313
- width: 4%;
314
+ width: 22px;
315
background-color: #eee;
316
border-radius: 10px;
317
margin: 10em 0 0;
0 commit comments