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:
@@ -12,6 +12,7 @@
|
|||||||
.content-localization .content-localizations li,
|
.content-localization .content-localizations li,
|
||||||
.content-localization .add-localization {
|
.content-localization .add-localization {
|
||||||
font-size:1.2em;
|
font-size:1.2em;
|
||||||
|
float:left;
|
||||||
}
|
}
|
||||||
.content-localization .content-localizations>* {
|
.content-localization .content-localizations>* {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
|
@@ -7,7 +7,7 @@ html.dyn input.hinted {
|
|||||||
font-style:italic;
|
font-style:italic;
|
||||||
}
|
}
|
||||||
input#PublishLater_ScheduledPublishUtcDate {
|
input#PublishLater_ScheduledPublishUtcDate {
|
||||||
width:56%;
|
width:50%;
|
||||||
}
|
}
|
||||||
input#PublishLater_ScheduledPublishUtcTime {
|
input#PublishLater_ScheduledPublishUtcTime {
|
||||||
width:36%;
|
width:36%;
|
||||||
|
@@ -379,6 +379,7 @@ span.message {
|
|||||||
}
|
}
|
||||||
.content-localization .content-localizations li:hover {
|
.content-localization .content-localizations li:hover {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
border-color: #99ff66;
|
||||||
}
|
}
|
||||||
.content-localization .content-localizations li a {
|
.content-localization .content-localizations li a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@@ -434,6 +434,7 @@ html, body {background-color: #FFFFFF; background-image: url(../Content/Images/b
|
|||||||
|
|
||||||
.content-localization .content-localizations ul {
|
.content-localization .content-localizations ul {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
list-style-type:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,3 +1,13 @@
|
|||||||
.contentItems {
|
.contentItems {
|
||||||
border:1px solid #D3D2D2;
|
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 */
|
/* todo: (heskew) try to get .text on stuff like .text-box */
|
||||||
select, textarea, input.text, input.textMedium, input.text-box {
|
select, textarea, input.text, input.textMedium, input.text-box {
|
||||||
padding:1px;
|
padding:3px;
|
||||||
border:1px solid #bdbcbc;
|
border:1px solid #bdbcbc;
|
||||||
}
|
}
|
||||||
input.text, input.textMedium, input.text-box {
|
input.text, input.textMedium, input.text-box {
|
||||||
@@ -454,6 +454,9 @@ input.text, input.textMedium, input.text-box {
|
|||||||
input.textMedium {
|
input.textMedium {
|
||||||
width:26em;
|
width:26em;
|
||||||
}
|
}
|
||||||
|
select {
|
||||||
|
padding:1px;
|
||||||
|
}
|
||||||
select:focus, textarea:focus, input.text:focus, input.text-box:focus {
|
select:focus, textarea:focus, input.text:focus, input.text-box:focus {
|
||||||
border-color:#666d51;
|
border-color:#666d51;
|
||||||
}
|
}
|
||||||
@@ -472,7 +475,6 @@ textarea {
|
|||||||
min-height:8em;
|
min-height:8em;
|
||||||
}
|
}
|
||||||
#main input.large.text, #main textarea {
|
#main input.large.text, #main textarea {
|
||||||
padding:4px;
|
|
||||||
width:99%;
|
width:99%;
|
||||||
}
|
}
|
||||||
#main .primary input.large.text, #main .primary textarea {
|
#main .primary input.large.text, #main .primary textarea {
|
||||||
@@ -635,6 +637,7 @@ button.ibutton {
|
|||||||
/* (Items) Tables
|
/* (Items) Tables
|
||||||
----------------------------------------------------------*/
|
----------------------------------------------------------*/
|
||||||
table.items {
|
table.items {
|
||||||
|
margin:0 0 1.4em 0;
|
||||||
background:#fff;
|
background:#fff;
|
||||||
border:1px solid #eaeaea;
|
border:1px solid #eaeaea;
|
||||||
border-bottom:none;
|
border-bottom:none;
|
||||||
|
Reference in New Issue
Block a user