You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/05/07 22:00:35 UTC

[3/4] storm git commit: Make CSS more consistent with self, prev release

Make CSS more consistent with self, prev release

Conflicts:
	storm-core/src/ui/public/css/style.css


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8ed66de8
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8ed66de8
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8ed66de8

Branch: refs/heads/0.10.x-branch
Commit: 8ed66de80309b6e3e44fdf6588c4196a032a7c8e
Parents: d3f49eb
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Fri Mar 20 09:48:05 2015 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Thu May 7 12:15:13 2015 -0400

----------------------------------------------------------------------
 storm-core/src/ui/public/css/style.css | 68 ++++++++++++++++++++++++++++-
 1 file changed, 67 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/8ed66de8/storm-core/src/ui/public/css/style.css
----------------------------------------------------------------------
diff --git a/storm-core/src/ui/public/css/style.css b/storm-core/src/ui/public/css/style.css
index 1851f6a..3305959 100644
--- a/storm-core/src/ui/public/css/style.css
+++ b/storm-core/src/ui/public/css/style.css
@@ -22,4 +22,70 @@
 #ui-user {
     text-align: right;
     padding: 0.5em;
-}
\ No newline at end of file
+}
+
+.anti-forgery-token {
+    visibility:hidden;
+}
+
+body,
+.dataTables_wrapper label,
+div.dataTables_info[role="status"],
+.btn-default
+{
+    color: #6d6d6d;
+}
+
+table.dataTable thead th,
+table.dataTable.no-footer
+{
+    border-color: #d5d5d5;
+}
+
+.table > tbody > tr > td {
+    border-top-width: 1px;
+}
+
+table.dataTable {
+    border-collapse: collapse;
+}
+
+td {
+    border-bottom-style: solid;
+    border-bottom-width: 1px;
+    border-color: #d5d5d5;
+}
+
+a {
+    color: #0069d6;
+}
+
+a:hover {
+    color: #0050a3;
+}
+
+h1
+{
+    font-weight: bold;
+}
+
+h2
+{
+    color: #404040;
+    font-weight: bold;
+}
+
+table.dataTable thead .sorting_asc,
+table.dataTable thead .sorting_desc {
+    background-color: rgba(141, 192, 219, 0.25);
+    border-top-left-radius: 3px;
+    border-top-right-radius: 3px;
+}
+
+.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
+.dataTables_wrapper .dataTables_paginate .paginate_button:active {
+    background: none;
+    background-image: none;
+    border-color: transparent;
+    box-shadow: none;
+}