bs4 fixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
.jothidden input[type="text"] {
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
height: 39px;
|
||||
height: 2.5rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -23,15 +23,15 @@
|
||||
|
||||
#jot-title-wrap input,
|
||||
#jot-pagetitle-wrap input {
|
||||
padding: 10px;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
#profile-jot-text {
|
||||
resize: none;
|
||||
border-width: 0px;
|
||||
height: 39px;
|
||||
line-height: 19px;
|
||||
padding: 10px;
|
||||
height: 2.5rem;
|
||||
line-height: 1.5rem;
|
||||
padding: 0.5rem;
|
||||
width: 100%;
|
||||
display: inherit;
|
||||
}
|
||||
@@ -77,7 +77,7 @@
|
||||
/* conv_item */
|
||||
|
||||
.wall-item-head-new {
|
||||
border-top: 3px solid #0275d8;
|
||||
border-top: 0.2rem solid #0275d8;
|
||||
}
|
||||
|
||||
.wall-item-info {
|
||||
@@ -125,6 +125,7 @@ a.wall-item-name-link {
|
||||
.wall-item-title.h3 {
|
||||
font-weight: bold;
|
||||
margin: 0px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.wall-item-body {
|
||||
@@ -167,75 +168,44 @@ a.wall-item-name-link {
|
||||
}
|
||||
|
||||
.item-highlight {
|
||||
border-left: 3px solid #0275d8;
|
||||
border-left: 0.2rem solid #0275d8;
|
||||
}
|
||||
|
||||
.item-highlight .wall-item-head,
|
||||
.item-highlight .wall-item-content,
|
||||
.item-highlight .wall-item-tools {
|
||||
padding-left: 7px;
|
||||
padding-left: 0.3rem;
|
||||
}
|
||||
|
||||
/* comment_item */
|
||||
|
||||
.comment-edit-text-empty,
|
||||
.comment-edit-text-full {
|
||||
padding: 0.5rem;
|
||||
line-height: 1.25;
|
||||
width: 100%;
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
.comment-edit-text-empty {
|
||||
padding: 0px 8px;
|
||||
line-height: 28px;
|
||||
height: 30px;
|
||||
height: 2.25rem;
|
||||
overflow: hidden;
|
||||
resize: none;
|
||||
|
||||
}
|
||||
|
||||
.comment-edit-text-full {
|
||||
padding: 8px;
|
||||
height: 150px;
|
||||
height: 7rem;
|
||||
overflow: auto;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.qcomment {
|
||||
border: 1px solid #EEE;
|
||||
padding: 3px;
|
||||
margin-top: 15px;
|
||||
margin-left: 25px;
|
||||
width: 125px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.qcomment option {
|
||||
width: 125px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.qcomment {
|
||||
opacity: 0.3;
|
||||
filter:alpha(opacity=30);
|
||||
}
|
||||
|
||||
.qcomment:hover {
|
||||
opacity: 1.0;
|
||||
filter:alpha(opacity=100);
|
||||
}
|
||||
|
||||
.comment-tools {
|
||||
display: none;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.comment-tools,
|
||||
.comment-edit-preview {
|
||||
display: none;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
/* disable link handling for unknown entries */
|
||||
.dropdown-menu > li > a.disabled {
|
||||
.dropdown-menu a.disabled {
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@@ -1,19 +1,12 @@
|
||||
.widget {
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
margin-bottom: 1rem;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.widget h3 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.widget-input {
|
||||
width: 100%;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
border-right: 0px;
|
||||
}
|
||||
|
||||
.tags {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user