mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:01:52 +08:00
removing border from topic list, making category sizes consistent
This commit is contained in:
parent
fd2da91df0
commit
c11965ed9f
|
@ -19,21 +19,17 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
.badge-category {
|
||||
padding: 2px 6px;
|
||||
padding: 6px;
|
||||
color: $tertiary_text_color;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
&[href] {
|
||||
color: $tertiary_text_color;
|
||||
}
|
||||
&.restricted {
|
||||
div {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.d-dropdown .badge-category {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
.list-controls {
|
||||
.nav {
|
||||
float: left;
|
||||
margin-bottom: 22px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
@ -62,7 +62,6 @@
|
|||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
margin: 0 0 10px;
|
||||
border: 1px solid $primary_border_color;
|
||||
a.title {color: $primary_text_color;}
|
||||
a.title:visited:not(.badge-notification) {color: lighten($primary_text_color, 35%);}
|
||||
|
||||
|
@ -432,6 +431,8 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
.list-controls {
|
||||
border-bottom: 1px solid $primary_border_color;
|
||||
|
||||
.home {
|
||||
background-color: lighten($secondary_background_color, 76%);
|
||||
color: $primary_text_color;
|
||||
|
@ -530,17 +531,15 @@ ol.category-breadcrumb {
|
|||
text-transform: none;
|
||||
width: 100%;
|
||||
min-width: 102px;
|
||||
|
||||
text-align: center;
|
||||
margin-right: 20px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
|
||||
div {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.top-lists {margin-top: 20px;}
|
||||
|
||||
#bulk-select {
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
|
|
|
@ -471,13 +471,14 @@ iframe {
|
|||
a.star {
|
||||
margin-right: 8px;
|
||||
font-size: 20px;
|
||||
margin-top: 8px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.topic-statuses {margin-top: -2px;}
|
||||
|
||||
.badge-category {
|
||||
vertical-align: top;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
.star {
|
||||
font-size: 20px;
|
||||
margin-top: 8px;
|
||||
margin-right: 8px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
#edit-title { width: 500px; }
|
||||
.category-combobox {
|
||||
|
@ -59,7 +59,7 @@
|
|||
margin: 0;
|
||||
line-height: 1.2em;
|
||||
overflow: hidden;
|
||||
a.badge-category { vertical-align: top; }
|
||||
a.badge-category { vertical-align: top; margin-top: 4px; }
|
||||
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
|
||||
}
|
||||
.topic-statuses {
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
}
|
||||
}
|
||||
#site-logo {
|
||||
max-width: 122px;
|
||||
max-height: 40px;
|
||||
max-width: 122px;
|
||||
max-height: 40px;
|
||||
}
|
||||
.fa-home {
|
||||
font-size: 20px;
|
||||
|
@ -235,7 +235,6 @@
|
|||
.category {
|
||||
float: left;
|
||||
background-color: transparent;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
&#user-dropdown {
|
||||
|
|
Loading…
Reference in New Issue
Block a user