Theme Director Gestaltung von dem Ticket 2097 ist jetzt fertig.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2713 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
f09f59b750
commit
4b7ff4f902
|
|
@ -1577,7 +1577,7 @@ ul.bebopTree li a[type="control"] {
|
|||
}
|
||||
|
||||
span.bebopFormErrors {
|
||||
color: red;
|
||||
color: #FF0000;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
@ -1585,3 +1585,32 @@ span.bebopFormErrors:before{
|
|||
content: '\26A0';
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
div.themeErrors {
|
||||
border: 1.5px solid #FF0000;
|
||||
padding-top: 5px;
|
||||
margin-top: 10px;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
div.themeErrors li{
|
||||
list-style: circle;
|
||||
}
|
||||
|
||||
div.themeErrors h5{
|
||||
font-size: 10pt;
|
||||
border-bottom: 1px solid #FF0000;
|
||||
color: #FF0000;
|
||||
padding: 0 0 5px 5px;
|
||||
}
|
||||
|
||||
div.themeErrors ol{
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
span.errors {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
@ -789,7 +789,11 @@ div.endFloat {
|
|||
#content ol {
|
||||
margin: 1em 0em;
|
||||
margin-left: 2.5em ;
|
||||
list-style-type: disc;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#content div.text ol li {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#content li {
|
||||
|
|
@ -1105,7 +1109,7 @@ div.image .imageGallery:after {
|
|||
#events ul li {
|
||||
border-bottom: 1px solid;
|
||||
padding: 0.8em 0 0.2em 0;
|
||||
height: 8em;
|
||||
/*height: 8em;*/
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
@ -1156,7 +1160,7 @@ div.image .imageGallery:after {
|
|||
#events .dateline {
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
width: 48px;
|
||||
/*width: 48px;*/
|
||||
margin: 0 0.3em;
|
||||
font-family: 'Caption', sans-serif;
|
||||
font-size: 12pt;
|
||||
|
|
|
|||
Loading…
Reference in New Issue