mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Calendar, theme, awesome.
This commit is contained in:
parent
754c50aeba
commit
09deaf9ad1
7 changed files with 51 additions and 120 deletions
BIN
UI/Content/Images/black_linen_v2.png
Normal file
BIN
UI/Content/Images/black_linen_v2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
|
@ -81,23 +81,4 @@ html {
|
|||
width: 125px;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Todo: Should move this to somehting modal/form specific */
|
||||
|
||||
/*label.checkbox {*/
|
||||
/*font-size: 14px;*/
|
||||
/*line-height: normal;*/
|
||||
/*color: #595959;*/
|
||||
/*}*/
|
||||
|
||||
/*label, .form-horizontal input, .form-horizontal select {*/
|
||||
/*font-size: 14px;*/
|
||||
/*line-height: 14px;*/
|
||||
/*}*/
|
||||
|
||||
/*label.control-label {*/
|
||||
/*font-size: 16px;*/
|
||||
/*line-height: 16px;*/
|
||||
/*font-weight: bold;*/
|
||||
/*}*/
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
body {
|
||||
background-color: #f6f6f6;
|
||||
background-color: #252525;
|
||||
background-image: url('../content/images/black_linen_v2.png');s
|
||||
}
|
||||
|
||||
body p {
|
||||
|
@ -15,14 +16,6 @@ body h1, body h2, body h3, body h4, body h5, body h6 {
|
|||
font-weight: 300;
|
||||
}
|
||||
|
||||
#logo {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
a#logo:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.page {
|
||||
width: 1210px;
|
||||
min-width: 1210px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue