Änderung im CSS und XML
git-svn-id: https://svn.libreccm.org/ccm/trunk@2797 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
70c2ab0560
commit
ede0528eaf
|
|
@ -623,9 +623,11 @@ div.startLeftFloat {
|
||||||
clear:both;
|
clear:both;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.addLeftFloat {
|
div.addLeftFloat {
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.endFloat {
|
div.endFloat {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
|
@ -1080,7 +1082,7 @@ div.image .imageGallery:after {
|
||||||
}
|
}
|
||||||
|
|
||||||
.relatedLinks li:nth-child(even) {
|
.relatedLinks li:nth-child(even) {
|
||||||
margin-left: 0.5em
|
margin-left: 0.1em
|
||||||
}
|
}
|
||||||
|
|
||||||
.relatedLinks li:only-child {
|
.relatedLinks li:only-child {
|
||||||
|
|
@ -1171,6 +1173,7 @@ div.image .imageGallery:after {
|
||||||
|
|
||||||
#itemList .intro {
|
#itemList .intro {
|
||||||
display: block;
|
display: block;
|
||||||
|
padding-left: 115px;
|
||||||
/*margin: -0.8em 290px 0 0;*/
|
/*margin: -0.8em 290px 0 0;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1323,6 +1326,7 @@ div.image .imageGallery:after {
|
||||||
}
|
}
|
||||||
|
|
||||||
.paginator.navbar {
|
.paginator.navbar {
|
||||||
|
clear: both;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 2em;
|
min-height: 2em;
|
||||||
margin: 1em 0em;
|
margin: 1em 0em;
|
||||||
|
|
@ -1780,7 +1784,7 @@ ul.publicationsAuthorsList li {
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
font-size: 0.9em;
|
font-size: 1em;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1861,7 +1865,7 @@ div.contentDefaultLayout div.editLink {
|
||||||
}
|
}
|
||||||
|
|
||||||
form.filterControls fieldset {
|
form.filterControls fieldset {
|
||||||
padding: 0.3em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.filterControls span.textFilter,
|
form.filterControls span.textFilter,
|
||||||
|
|
@ -1918,6 +1922,7 @@ input[type="text"], textarea{
|
||||||
|
|
||||||
form{
|
form{
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspace{
|
#workspace{
|
||||||
|
|
@ -1928,10 +1933,28 @@ form{
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
#events, .fileAttachments, .notes, .relatedLinks{
|
#events, .fileAttachments, .notes{
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
border-top: 1px dashed #0776A0;
|
border-top: 1px dashed #0776A0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text ol{
|
.text ol{
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.download {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.download a{
|
||||||
|
background-color: #0776A0;
|
||||||
|
padding: 0.5em 1em;
|
||||||
|
border-radius: 0.5em;
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: 1em;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.download a:hover, .linklist a:hover{
|
||||||
|
color: #FF7600;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,11 +42,6 @@
|
||||||
<div class="contentWidth">
|
<div class="contentWidth">
|
||||||
<showLanguageSelector/>
|
<showLanguageSelector/>
|
||||||
<showStaticMenu name="topMenu" id="topMenu"/>
|
<showStaticMenu name="topMenu" id="topMenu"/>
|
||||||
<!--
|
|
||||||
<div>
|
|
||||||
<showQuicksearch/>
|
|
||||||
</div>
|
|
||||||
-->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="headerContent contentWidth">
|
<div class="headerContent contentWidth">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue