mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 04:45:33 +08:00
widened the edit title/category
This commit is contained in:
parent
11428ef9d6
commit
aeacfb2acc
@ -388,21 +388,6 @@ span.post-count {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#topic-title {
|
|
||||||
z-index: 1000;
|
|
||||||
padding: 14px 0 8px 0;
|
|
||||||
h1 {
|
|
||||||
line-height: 1.2em;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.topic-statuses {
|
|
||||||
margin-top: -2px;
|
|
||||||
.icon-pushpin {margin-top: -1px;}
|
|
||||||
}
|
|
||||||
.star {font-size: 20px; margin-top: 8px;}
|
|
||||||
.chzn-container {vertical-align: middle;}
|
|
||||||
}
|
|
||||||
|
|
||||||
article.boxed {
|
article.boxed {
|
||||||
img, svg {
|
img, svg {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
@ -32,22 +32,44 @@
|
|||||||
.edits {margin-right: 5px;}
|
.edits {margin-right: 5px;}
|
||||||
|
|
||||||
#topic-title {
|
#topic-title {
|
||||||
|
z-index: 1000;
|
||||||
|
padding: 14px 0 8px 0;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
.star {margin-right: 8px;}
|
.star {
|
||||||
|
font-size: 20px;
|
||||||
|
margin-top: 8px;
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
#edit-title { width: 500px; }
|
||||||
|
.category-combobox {
|
||||||
|
width: 250px;
|
||||||
|
.chzn-drop {
|
||||||
|
left: -9000px;
|
||||||
|
width: 248px;
|
||||||
|
}
|
||||||
|
.chzn-search input {
|
||||||
|
width: 198px;
|
||||||
|
}
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
a.badge-category {vertical-align: top;}
|
line-height: 1.2em;
|
||||||
a.edit-topic {font-size: 15px; position: absolute; margin-left: 8px;}
|
overflow: hidden;
|
||||||
|
a.badge-category { vertical-align: top; }
|
||||||
|
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
|
||||||
}
|
}
|
||||||
|
.topic-statuses {
|
||||||
|
margin-top: -2px;
|
||||||
|
.icon-pushpin { margin-top: -1px; }
|
||||||
|
}
|
||||||
|
.chzn-container { vertical-align: middle; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#topic-closing-info {
|
#topic-closing-info {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#topic-progress-wrapper {
|
#topic-progress-wrapper {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user