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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-06-20 01:54:02 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-06-20 01:54:02 +0400
commit5dc13b6807d2ad14c15ced69077b7a91a82df00c (patch)
tree350eeb33896585e1838e9ce431ce680dca18835a /plugins/DBStats/stylesheets
parent1b145d391b7120ba425f058028e2de7d16ac783c (diff)
Remove inline styles from DBStats plugin
Diffstat (limited to 'plugins/DBStats/stylesheets')
-rw-r--r--plugins/DBStats/stylesheets/dbstatsTable.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/DBStats/stylesheets/dbstatsTable.css b/plugins/DBStats/stylesheets/dbstatsTable.css
new file mode 100644
index 0000000000..9d897c8405
--- /dev/null
+++ b/plugins/DBStats/stylesheets/dbstatsTable.css
@@ -0,0 +1,16 @@
+.dbstatsTable {
+ display: inline-block;
+}
+
+.dbstatsTable > tbody > tr > td:first-child {
+ width: 550px;
+}
+
+.dbstatsTable h2 {
+ width: 500px;
+}
+
+.adminTable.dbstatsTable a {
+ color: black;
+ text-decoration: underline;
+} \ No newline at end of file