mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
.summary .content-localization {
|
.summary .content-localization {
|
||||||
margin: .7em 0;
|
margin: .7em 0;
|
||||||
}
|
}
|
||||||
.content-localization .content-localizations li,
|
|
||||||
.content-localization .add-localization {
|
|
||||||
font-size:1.4em;
|
|
||||||
}
|
|
||||||
.content-localization .culture-selected {
|
.content-localization .culture-selected {
|
||||||
margin-bottom:.5em;
|
margin-bottom:.5em;
|
||||||
}
|
}
|
||||||
|
@@ -14,9 +14,6 @@
|
|||||||
}
|
}
|
||||||
.features.summary-view .feature {
|
.features.summary-view .feature {
|
||||||
border:1px solid #EAEAEA;
|
border:1px solid #EAEAEA;
|
||||||
box-shadow: 0px 1px 2px #d6d6d6;
|
|
||||||
-moz-box-shadow: 0px 1px 2px #d6d6d6;
|
|
||||||
-webkit-box-shadow: 0px 1px 2px #d6d6d6;
|
|
||||||
display:block;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
height:6em;
|
height:6em;
|
||||||
@@ -93,10 +90,6 @@
|
|||||||
.features.detail-view .description::before {
|
.features.detail-view .description::before {
|
||||||
content:" - ";
|
content:" - ";
|
||||||
}
|
}
|
||||||
.features .dependencies li,
|
|
||||||
.features .actions {
|
|
||||||
font-size:1.4em;
|
|
||||||
}
|
|
||||||
.features .dependencies {
|
.features .dependencies {
|
||||||
font-size:.9em;
|
font-size:.9em;
|
||||||
margin:.44em 0 0;
|
margin:.44em 0 0;
|
||||||
|
@@ -27,7 +27,6 @@ h4.widgets-layer-header {
|
|||||||
.widgets-availableWidgets table.items th
|
.widgets-availableWidgets table.items th
|
||||||
{
|
{
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;
|
||||||
font-size:1.6em;
|
|
||||||
padding:.5em 0 .3em .2em;
|
padding:.5em 0 .3em .2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -39,7 +38,6 @@ h4.widgets-layer-header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.widgets-layerZones {
|
.widgets-layerZones {
|
||||||
font-size: 1.4em;
|
|
||||||
float: left;
|
float: left;
|
||||||
float: right;
|
float: right;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
@@ -76,7 +74,6 @@ h4.widgets-layer-header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.widgets-layers {
|
.widgets-layers {
|
||||||
font-size: 1.4em;
|
|
||||||
border:1px solid #ccc;
|
border:1px solid #ccc;
|
||||||
border-right:none;
|
border-right:none;
|
||||||
}
|
}
|
||||||
|
@@ -119,7 +119,7 @@ body {
|
|||||||
/* Headings */
|
/* Headings */
|
||||||
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
|
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
|
||||||
|
|
||||||
h1 { font-size: 1.231em; }
|
h1 { font-size: 1.308em; }
|
||||||
h2, h2 span { font-size: 1.154em; }
|
h2, h2 span { font-size: 1.154em; }
|
||||||
h3 { font-size: 1.077em; }
|
h3 { font-size: 1.077em; }
|
||||||
h4 { font-size: 1em; }
|
h4 { font-size: 1em; }
|
||||||
@@ -399,7 +399,6 @@ form.link button:hover {
|
|||||||
margin:.2em 0;
|
margin:.2em 0;
|
||||||
}
|
}
|
||||||
#main ul h3 {
|
#main ul h3 {
|
||||||
font-size:1.6em;
|
|
||||||
margin:0 0 .2em;
|
margin:0 0 .2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -451,8 +450,15 @@ span.message {
|
|||||||
content:"DEBUG » ";
|
content:"DEBUG » ";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forms
|
/* Forms
|
||||||
----------------------------------------------------------*/
|
***************************************************************/
|
||||||
|
|
||||||
|
form { margin: 0; padding: 0; }
|
||||||
|
legend { font-size: 1.231em; font-weight: normal; margin: 0 0 1.2em 0; border:none; }
|
||||||
|
fieldset { padding:0em; margin: 0 0 0em 0; border: 0px solid #dbdbdb; }
|
||||||
|
label { font-weight: normal; display:block; padding: 0 0 0.3em 0; }
|
||||||
|
label.forcheckbox { margin:0 0 0 .4em; display:inline; }
|
||||||
|
|
||||||
form.inline, form.inline fieldset { /* todo: (heskew) need something other than .inline ... */
|
form.inline, form.inline fieldset { /* todo: (heskew) need something other than .inline ... */
|
||||||
display:inline;
|
display:inline;
|
||||||
}
|
}
|
||||||
@@ -465,10 +471,7 @@ form.inline fieldset {
|
|||||||
margin:0 1.4em 0 0;
|
margin:0 1.4em 0 0;
|
||||||
padding-top:0;
|
padding-top:0;
|
||||||
}
|
}
|
||||||
legend {
|
|
||||||
font-size:1.6em;
|
|
||||||
font-weight:bold;
|
|
||||||
}
|
|
||||||
legend span {
|
legend span {
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
}
|
}
|
||||||
@@ -666,49 +669,6 @@ button.remove:focus::-moz-focus-inner, .remove.button:focus::-moz-focus-inner {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Icon buttons
|
|
||||||
----------------------------------------------------------*/
|
|
||||||
.ibutton, .ibutton:link, .ibutton:visited,
|
|
||||||
button.ibutton, button.ibutton:hover, button.ibutton:focus, button.ibutton:active {
|
|
||||||
background:url(images/icons.png) 0 -20px;
|
|
||||||
border:0;
|
|
||||||
display:inline;
|
|
||||||
float:left;
|
|
||||||
height:17px;
|
|
||||||
overflow:hidden;
|
|
||||||
padding:0 0 0 17px;
|
|
||||||
width:0;
|
|
||||||
}
|
|
||||||
button.ibutton {
|
|
||||||
text-indent:-9999em;
|
|
||||||
}
|
|
||||||
.ibutton:hover, .ibutton:active, .ibutton:focus { background-position:0 0; }
|
|
||||||
.ibutton.remove,
|
|
||||||
.ibutton.remove:link,
|
|
||||||
.ibutton.remove:visited { background-position:-20px -20px; }
|
|
||||||
.ibutton.remove:hover, .ibutton.remove:active, .ibutton.remove:focus { background-position:-20px 0; }
|
|
||||||
.ibutton.view,
|
|
||||||
.ibutton.view:link,
|
|
||||||
.ibutton.view:visited { background-position:-40px -20px; }
|
|
||||||
.ibutton.view:hover, .ibutton.view:active, .ibutton.view:focus { background-position:-40px 0; }
|
|
||||||
.ibutton.add.page,
|
|
||||||
.ibutton.add.page:link,
|
|
||||||
.ibutton.add.page:visited { background-position:-60px -20px; }
|
|
||||||
.ibutton.add.page:hover, .ibutton.add.page:active, .ibutton.add.page:focus { background-position:-60px 0; }
|
|
||||||
.ibutton.edit,
|
|
||||||
.ibutton.edit:link,
|
|
||||||
.ibutton.edit:visited { background-position:-80px -20px; }
|
|
||||||
.ibutton.edit:hover, .ibutton.edit:active, .ibutton.edit:focus { background-position:-80px 0; }
|
|
||||||
.ibutton.publish,
|
|
||||||
.ibutton.publish:link,
|
|
||||||
.ibutton.publish:visited { background-position:-100px -20px; }
|
|
||||||
.ibutton.publish:hover, .ibutton.publish:active, .ibutton.publish:focus { background-position:-100px 0; }
|
|
||||||
.ibutton.blog,
|
|
||||||
.ibutton.blog:link,
|
|
||||||
.ibutton.blog:visited { background-position:-120px -20px; }
|
|
||||||
.ibutton.blog:hover, .ibutton.blog:active, .ibutton.blog:focus { background-position:-120px 0; }
|
|
||||||
|
|
||||||
|
|
||||||
/* (Items) Tables
|
/* (Items) Tables
|
||||||
----------------------------------------------------------*/
|
----------------------------------------------------------*/
|
||||||
table.items {
|
table.items {
|
||||||
@@ -836,16 +796,13 @@ table .button {
|
|||||||
.contentItems .properties li {
|
.contentItems .properties li {
|
||||||
border:0;
|
border:0;
|
||||||
float:left;
|
float:left;
|
||||||
font-size:1.4em;
|
|
||||||
padding:0 0 .1em 0;
|
padding:0 0 .1em 0;
|
||||||
}
|
}
|
||||||
.contentItems .properties .icon {
|
.contentItems .properties .icon {
|
||||||
margin:0 .2em -.2em;
|
margin:0 .2em -.2em;
|
||||||
}
|
}
|
||||||
.contentItems .related {
|
.contentItems .related {
|
||||||
|
|
||||||
text-align:right;
|
text-align:right;
|
||||||
font-size:1.4em;
|
|
||||||
}
|
}
|
||||||
.contentItems .commentcount {
|
.contentItems .commentcount {
|
||||||
line-height:2em;
|
line-height:2em;
|
||||||
|
Reference in New Issue
Block a user