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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-04-02 05:52:16 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-16 05:43:38 +0300
commitf4370d462988ed216c31d279b1e280927b6d92ce (patch)
treedd8added69d0ce7c012888f55a20ccec4bd2b6d4 /plugins/CoreUpdater/stylesheets/updateLayout.css
parentb3da13f97233753fc648d10fde032e7e0d6a435a (diff)
#7450 Redesigning the database updater
Diffstat (limited to 'plugins/CoreUpdater/stylesheets/updateLayout.css')
-rw-r--r--plugins/CoreUpdater/stylesheets/updateLayout.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/plugins/CoreUpdater/stylesheets/updateLayout.css b/plugins/CoreUpdater/stylesheets/updateLayout.css
index 1975a4b4b4..3d357ca722 100644
--- a/plugins/CoreUpdater/stylesheets/updateLayout.css
+++ b/plugins/CoreUpdater/stylesheets/updateLayout.css
@@ -14,14 +14,17 @@
}
code {
- background-color: #F0F7FF;
- border: 1px dashed #00008B;
- border-left: 5px solid;
+ font-size: 13px;
+ color: #F3F3F3;
+ background-color: #4D4D4D;
+ border: none;
+ border-radius: 3px;
direction: ltr;
display: block;
margin: 2px 2px 20px;
- padding: 4px;
+ padding: 20px;
text-align: left;
+ overflow-x: hidden;
}
li {