css fixes
This commit is contained in:
parent
fc0576acf8
commit
cd188cb70d
@ -23,9 +23,20 @@
|
|||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* search */
|
||||||
|
|
||||||
|
#search-text {
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
padding: 5px;
|
||||||
|
line-height: 1.5;
|
||||||
|
border-top-right-radius: 0px;
|
||||||
|
border-bottom-right-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
/* notes */
|
/* notes */
|
||||||
|
|
||||||
#note-text {
|
#note-text {
|
||||||
|
padding: 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
@ -894,18 +894,6 @@ footer {
|
|||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-text {
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
font-size: 1em;
|
|
||||||
border-top-right-radius: 0px;
|
|
||||||
border-bottom-right-radius: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#netsearch-box .btn-sm {
|
|
||||||
padding: 2.78px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.profile-clear {
|
.profile-clear {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user