mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Removed some styles form the admin that are not being used.
--HG-- branch : dev
This commit is contained in:
@@ -10,9 +10,6 @@
|
|||||||
zoom:1;
|
zoom:1;
|
||||||
*display: inline;
|
*display: inline;
|
||||||
}
|
}
|
||||||
.templates .wasFormInlineLink {
|
|
||||||
font-size:1.4em;
|
|
||||||
}
|
|
||||||
.templates p {
|
.templates p {
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -356,7 +356,9 @@ form.link button:hover {
|
|||||||
|
|
||||||
/* Content
|
/* Content
|
||||||
***************************************************************/
|
***************************************************************/
|
||||||
#main h1 {
|
#main h1 {
|
||||||
|
margin:0 0 1em;
|
||||||
|
}
|
||||||
#main h2, #main h3 {
|
#main h2, #main h3 {
|
||||||
margin:.5em 0;
|
margin:.5em 0;
|
||||||
}
|
}
|
||||||
@@ -515,11 +517,6 @@ textarea {
|
|||||||
display:block;
|
display:block;
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
margin:0;
|
|
||||||
}
|
|
||||||
.secondary fieldset {
|
|
||||||
margin:.446% 0 .446% .446%;
|
|
||||||
padding:4px;
|
|
||||||
form.link button {
|
form.link button {
|
||||||
background:inherit;
|
background:inherit;
|
||||||
border:0;
|
border:0;
|
||||||
@@ -723,17 +720,6 @@ table.items th, table.items td {
|
|||||||
padding:8px 12px;
|
padding:8px 12px;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
}
|
}
|
||||||
vertical-align:middle;
|
|
||||||
}
|
|
||||||
table.items td
|
|
||||||
{
|
|
||||||
vertical-align:top;
|
|
||||||
}
|
|
||||||
/* todo: Find a better way to do this. These are a fix for buttons and label fonts becomming too large in a table.*/
|
|
||||||
table label {
|
|
||||||
font-size:1em;
|
|
||||||
}
|
|
||||||
table .button {
|
|
||||||
|
|
||||||
/* Content item lists
|
/* Content item lists
|
||||||
----------------------------------------------------------*/
|
----------------------------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user