mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
.summary .content-localization {
|
||||
margin: .7em 0;
|
||||
}
|
||||
.content-localization .content-localizations li,
|
||||
.content-localization .add-localization {
|
||||
font-size:1.4em;
|
||||
}
|
||||
.content-localization .culture-selected {
|
||||
margin-bottom:.5em;
|
||||
}
|
||||
|
@@ -14,9 +14,6 @@
|
||||
}
|
||||
.features.summary-view .feature {
|
||||
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;
|
||||
float:left;
|
||||
height:6em;
|
||||
@@ -93,10 +90,6 @@
|
||||
.features.detail-view .description::before {
|
||||
content:" - ";
|
||||
}
|
||||
.features .dependencies li,
|
||||
.features .actions {
|
||||
font-size:1.4em;
|
||||
}
|
||||
.features .dependencies {
|
||||
font-size:.9em;
|
||||
margin:.44em 0 0;
|
||||
|
@@ -27,7 +27,6 @@ h4.widgets-layer-header {
|
||||
.widgets-availableWidgets table.items th
|
||||
{
|
||||
background: #f1f1f1;
|
||||
font-size:1.6em;
|
||||
padding:.5em 0 .3em .2em;
|
||||
}
|
||||
|
||||
@@ -39,7 +38,6 @@ h4.widgets-layer-header {
|
||||
}
|
||||
|
||||
.widgets-layerZones {
|
||||
font-size: 1.4em;
|
||||
float: left;
|
||||
float: right;
|
||||
width: 60%;
|
||||
@@ -76,7 +74,6 @@ h4.widgets-layer-header {
|
||||
}
|
||||
|
||||
.widgets-layers {
|
||||
font-size: 1.4em;
|
||||
border:1px solid #ccc;
|
||||
border-right:none;
|
||||
}
|
||||
|
@@ -119,7 +119,7 @@ body {
|
||||
/* Headings */
|
||||
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; }
|
||||
h3 { font-size: 1.077em; }
|
||||
h4 { font-size: 1em; }
|
||||
@@ -399,7 +399,6 @@ form.link button:hover {
|
||||
margin:.2em 0;
|
||||
}
|
||||
#main ul h3 {
|
||||
font-size:1.6em;
|
||||
margin:0 0 .2em;
|
||||
}
|
||||
|
||||
@@ -451,8 +450,15 @@ span.message {
|
||||
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 ... */
|
||||
display:inline;
|
||||
}
|
||||
@@ -465,10 +471,7 @@ form.inline fieldset {
|
||||
margin:0 1.4em 0 0;
|
||||
padding-top:0;
|
||||
}
|
||||
legend {
|
||||
font-size:1.6em;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
legend span {
|
||||
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
|
||||
----------------------------------------------------------*/
|
||||
table.items {
|
||||
@@ -836,16 +796,13 @@ table .button {
|
||||
.contentItems .properties li {
|
||||
border:0;
|
||||
float:left;
|
||||
font-size:1.4em;
|
||||
padding:0 0 .1em 0;
|
||||
}
|
||||
.contentItems .properties .icon {
|
||||
margin:0 .2em -.2em;
|
||||
}
|
||||
.contentItems .related {
|
||||
|
||||
text-align:right;
|
||||
font-size:1.4em;
|
||||
}
|
||||
.contentItems .commentcount {
|
||||
line-height:2em;
|
||||
|
Reference in New Issue
Block a user