Bug 33707: News vs Quote of the day styling on staff interface main page
This patch makes minor adjustments to the global and staff home page CSS so that the display of news and quote-of-the-day are more consistent. To test, apply the patch and rebuild the staff interface CSS. - If necessary, add at least one news item (Tools -> News -> New entry) and at least one quote (Tools -> Quote editor -> New quote). - View the staff interface home page to confirm that the style of the news area and the quotes is consistent. Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
50d3c3c0a8
commit
b28d329d8a
2 changed files with 3 additions and 11 deletions
|
@ -1,11 +1,11 @@
|
|||
@import "variables";
|
||||
|
||||
#area-news {
|
||||
#area-news,
|
||||
#area-quote {
|
||||
h3 {
|
||||
background-color: #EEE;
|
||||
margin: 0;
|
||||
opacity: .7;
|
||||
padding: .3em;
|
||||
padding: .3em .3em 0 .3em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -666,14 +666,6 @@ label,
|
|||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#area-news, #area-userblock {
|
||||
color: #696969;
|
||||
|
||||
h3{
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
|
||||
.main {
|
||||
margin-bottom: $language-footer-min-height * 1.5;
|
||||
margin-top: 1em;
|
||||
|
|
Loading…
Reference in a new issue