Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreAdminHome/templates/styles.css')
-rw-r--r--plugins/CoreAdminHome/templates/styles.css53
1 files changed, 37 insertions, 16 deletions
diff --git a/plugins/CoreAdminHome/templates/styles.css b/plugins/CoreAdminHome/templates/styles.css
index 04cfb8fa59..3c2bbdda7b 100644
--- a/plugins/CoreAdminHome/templates/styles.css
+++ b/plugins/CoreAdminHome/templates/styles.css
@@ -1,15 +1,9 @@
-body {
- font-family: Georgia, Trebuchet MS, arial, sans-serif;
-}
-
img {
vertical-align: baseline;
}
-
textarea {
font-size: 1em;
}
-
a {
color: black;
}
@@ -40,15 +34,13 @@ table.admin tbody tr {
table.admin tbody td {
color: #414141;
text-align: left;
+ vertical-align:top;
}
table.admin tbody th {
text-align: left;
padding: 2px;
}
-table.admin tbody td {
- vertical-align:middle;
-}
table.admin tbody td, table.admin tbody th {
color: #536C2A;
text-decoration: none;
@@ -95,20 +87,16 @@ table.admin tbody td:hover, table.admin tbody th:hover {
h2 {
border-bottom-color:#DADADA;
color:#666666;
- -x-system-font:none;
border-bottom-style:solid;
border-bottom-width:1px;
clear:both;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:24px;
font-size-adjust:none;
- font-stretch:normal;
font-style:normal;
- font-variant:normal;
font-weight:normal;
- line-height:normal;
margin:5px 0pt 0pt -4px;
- padding:0pt 280px 7px 0pt;
+ padding:0pt 0px 7px 0pt;
}
p {
@@ -120,7 +108,19 @@ p {
margin:0pt 15px;
padding:0pt;
}
-
+textarea, input, select {
+ background-color:#FFFFFF;
+ border-color:#939EA5;
+ -moz-border-radius:4px;
+ -webkit-border-radius:4px;
+ border-style:solid;
+ border-width:1px;
+ margin:1px;
+ padding:3px;
+}
+input[disabled] {
+ background-color:#F7F7F7;
+}
.adminTable {
border-width: 1px;
border-style: solid;
@@ -139,8 +139,9 @@ p {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ccc;
- font-size: 11px;
+ font-size: 13px;
vertical-align: text-top;
+ vertical-align:top;
}
.adminTable td {
padding: 7px 15px 9px 10px;
@@ -188,3 +189,23 @@ p {
.adminTable .active {
background-color: #ECF9DD;
}
+
+.adminTable .ui-inline-help {
+ margin-top:0;
+ width:100%;
+}
+/* admin table, without borders */
+.adminTableNoBorder {
+ border:0;
+}
+.adminTableNoBorder td, .adminTableNoBorder th {
+ border:0;
+}
+
+/* other styles */
+
+.form-description {
+ color:#666666;
+ font-style:italic;
+ margin-left:10px;
+} \ No newline at end of file