add some auxiliary text styles
This commit is contained in:
parent
a130da2d1a
commit
9554bc820d
|
@ -932,6 +932,26 @@ body.ttrss_utility .alert .close {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main .pull-right,
|
||||||
|
body.ttrss_utility .pull-right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
body.ttrss_main .pull-left,
|
||||||
|
body.ttrss_utility .pull-left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
body.ttrss_main .text-error,
|
||||||
|
body.ttrss_utility .text-error {
|
||||||
|
color: #b94a48;
|
||||||
|
}
|
||||||
|
body.ttrss_main .text-info,
|
||||||
|
body.ttrss_utility .text-info {
|
||||||
|
color: #3a87ad;
|
||||||
|
}
|
||||||
|
body.ttrss_main .text-success,
|
||||||
|
body.ttrss_utility .text-success {
|
||||||
|
color: #468847;
|
||||||
|
}
|
||||||
body.ttrss_main .alert,
|
body.ttrss_main .alert,
|
||||||
body.ttrss_utility .alert,
|
body.ttrss_utility .alert,
|
||||||
body.ttrss_main .alert h4,
|
body.ttrss_main .alert h4,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1109,6 +1109,26 @@ body.ttrss_main, body.ttrss_utility {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pull-right {
|
||||||
|
float : right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pull-left {
|
||||||
|
float : left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-error {
|
||||||
|
color: #b94a48;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-info {
|
||||||
|
color: #3a87ad;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-success {
|
||||||
|
color: #468847;
|
||||||
|
}
|
||||||
|
|
||||||
.alert,
|
.alert,
|
||||||
.alert h4 {
|
.alert h4 {
|
||||||
color: #c09853;
|
color: #c09853;
|
||||||
|
|
|
@ -933,6 +933,26 @@ body.ttrss_utility .alert .close {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main .pull-right,
|
||||||
|
body.ttrss_utility .pull-right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
body.ttrss_main .pull-left,
|
||||||
|
body.ttrss_utility .pull-left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
body.ttrss_main .text-error,
|
||||||
|
body.ttrss_utility .text-error {
|
||||||
|
color: #b94a48;
|
||||||
|
}
|
||||||
|
body.ttrss_main .text-info,
|
||||||
|
body.ttrss_utility .text-info {
|
||||||
|
color: #3a87ad;
|
||||||
|
}
|
||||||
|
body.ttrss_main .text-success,
|
||||||
|
body.ttrss_utility .text-success {
|
||||||
|
color: #468847;
|
||||||
|
}
|
||||||
body.ttrss_main .alert,
|
body.ttrss_main .alert,
|
||||||
body.ttrss_utility .alert,
|
body.ttrss_utility .alert,
|
||||||
body.ttrss_main .alert h4,
|
body.ttrss_main .alert h4,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -933,6 +933,26 @@ body.ttrss_utility .alert .close {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main .pull-right,
|
||||||
|
body.ttrss_utility .pull-right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
body.ttrss_main .pull-left,
|
||||||
|
body.ttrss_utility .pull-left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
body.ttrss_main .text-error,
|
||||||
|
body.ttrss_utility .text-error {
|
||||||
|
color: #b94a48;
|
||||||
|
}
|
||||||
|
body.ttrss_main .text-info,
|
||||||
|
body.ttrss_utility .text-info {
|
||||||
|
color: #3a87ad;
|
||||||
|
}
|
||||||
|
body.ttrss_main .text-success,
|
||||||
|
body.ttrss_utility .text-success {
|
||||||
|
color: #468847;
|
||||||
|
}
|
||||||
body.ttrss_main .alert,
|
body.ttrss_main .alert,
|
||||||
body.ttrss_utility .alert,
|
body.ttrss_utility .alert,
|
||||||
body.ttrss_main .alert h4,
|
body.ttrss_main .alert h4,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue