add user password reset, add series image switch, add image licences, redesign exclude filters
This commit is contained in:
@@ -17,6 +17,10 @@ body #content{
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
#selectImage #content{
|
||||
max-width:none;
|
||||
}
|
||||
|
||||
body,
|
||||
#content input,
|
||||
#content textarea,
|
||||
@@ -27,7 +31,7 @@ body,
|
||||
#content li{
|
||||
font-size:14px;
|
||||
font-size:0.75rem;
|
||||
font-family:sans-serif;
|
||||
font-family:Roboto,sans-serif;
|
||||
}
|
||||
|
||||
#content textarea{
|
||||
@@ -390,6 +394,10 @@ tr.tablesorter-filter-row input{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#content input.error{
|
||||
border-bottom:2px solid #d30000;
|
||||
}
|
||||
|
||||
#content input[type="text"]:focus{
|
||||
border-bottom:2px solid #03a9f4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user