You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2015/03/26 22:43:39 UTC

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

Repository: storm
Updated Branches:
  refs/heads/master d96a523cd -> 330e1356d


Make CSS more consistent with self, prev release


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

Branch: refs/heads/master
Commit: d3b2d631a91b69eeeb8b92f554f8f1314dff1e2e
Parents: dcee1e2
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Fri Mar 20 09:48:05 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Fri Mar 20 09:48:05 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/d3b2d631/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 df3d3db..3305959 100644
--- a/storm-core/src/ui/public/css/style.css
+++ b/storm-core/src/ui/public/css/style.css
@@ -27,3 +27,65 @@
 .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;
+}


[2/3] storm git commit: Merge branch 'polish-ui-styles' of https://github.com/d2r/storm

Posted by kn...@apache.org.
Merge branch 'polish-ui-styles' of https://github.com/d2r/storm


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

Branch: refs/heads/master
Commit: c207f925c3da4ac814c733612e590f3327e2fd2a
Parents: d96a523 d3b2d63
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Thu Mar 26 16:37:39 2015 -0500
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Thu Mar 26 16:37:39 2015 -0500

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



[3/3] storm git commit: Adding STORM-714 to CHANGELOG.md

Posted by kn...@apache.org.
Adding STORM-714 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: 330e1356d25073f09faa815e422a1ecd95786faf
Parents: c207f92
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Thu Mar 26 16:42:42 2015 -0500
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Thu Mar 26 16:42:42 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/330e1356/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 620c9ea..852e2cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-714: Make CSS more consistent with self, prev release
  * STORM-703: With hash key option for RedisMapState, only get values for keys in batch
  * STORM-691: Add basic lookup / persist bolts