mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
.content-localization .content-localizations li,
|
||||
.content-localization .add-localization {
|
||||
font-size:1.2em;
|
||||
float:left;
|
||||
}
|
||||
.content-localization .content-localizations>* {
|
||||
display:inline-block;
|
||||
|
@@ -7,7 +7,7 @@ html.dyn input.hinted {
|
||||
font-style:italic;
|
||||
}
|
||||
input#PublishLater_ScheduledPublishUtcDate {
|
||||
width:56%;
|
||||
width:50%;
|
||||
}
|
||||
input#PublishLater_ScheduledPublishUtcTime {
|
||||
width:36%;
|
||||
|
@@ -379,6 +379,7 @@ span.message {
|
||||
}
|
||||
.content-localization .content-localizations li:hover {
|
||||
background-color: #000;
|
||||
border-color: #99ff66;
|
||||
}
|
||||
.content-localization .content-localizations li a {
|
||||
text-decoration: none;
|
||||
|
@@ -434,6 +434,7 @@ html, body {background-color: #FFFFFF; background-image: url(../Content/Images/b
|
||||
|
||||
.content-localization .content-localizations ul {
|
||||
overflow: auto;
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,3 +1,13 @@
|
||||
.contentItems {
|
||||
border:1px solid #D3D2D2;
|
||||
}
|
||||
|
||||
button, .button, .button:link, .button:visited {
|
||||
cursor:pointer;
|
||||
padding:0.1em 0.8em 0.2em 0.8em;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.button {
|
||||
line-height:inherit;
|
||||
}
|
@@ -445,7 +445,7 @@ label input {
|
||||
}
|
||||
/* todo: (heskew) try to get .text on stuff like .text-box */
|
||||
select, textarea, input.text, input.textMedium, input.text-box {
|
||||
padding:1px;
|
||||
padding:3px;
|
||||
border:1px solid #bdbcbc;
|
||||
}
|
||||
input.text, input.textMedium, input.text-box {
|
||||
@@ -454,6 +454,9 @@ input.text, input.textMedium, input.text-box {
|
||||
input.textMedium {
|
||||
width:26em;
|
||||
}
|
||||
select {
|
||||
padding:1px;
|
||||
}
|
||||
select:focus, textarea:focus, input.text:focus, input.text-box:focus {
|
||||
border-color:#666d51;
|
||||
}
|
||||
@@ -472,7 +475,6 @@ textarea {
|
||||
min-height:8em;
|
||||
}
|
||||
#main input.large.text, #main textarea {
|
||||
padding:4px;
|
||||
width:99%;
|
||||
}
|
||||
#main .primary input.large.text, #main .primary textarea {
|
||||
@@ -635,6 +637,7 @@ button.ibutton {
|
||||
/* (Items) Tables
|
||||
----------------------------------------------------------*/
|
||||
table.items {
|
||||
margin:0 0 1.4em 0;
|
||||
background:#fff;
|
||||
border:1px solid #eaeaea;
|
||||
border-bottom:none;
|
||||
|
Reference in New Issue
Block a user