Updated Branches: refs/heads/trunk ff9c50aab -> c8bfc4288
AMBARI-3276. Dashboard page: buttons are shifted if screen width is more than 1200px. (xiwang via yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/c8bfc428 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/c8bfc428 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/c8bfc428 Branch: refs/heads/trunk Commit: c8bfc42880ad6477cbed71b90905100153eb3b9a Parents: ff9c50a Author: Yusaku Sako <[email protected]> Authored: Wed Sep 18 15:23:05 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Sep 18 15:23:05 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c8bfc428/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index d58799a..23d5503 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -4517,6 +4517,9 @@ i.icon-asterisks { .add-widget-button{ margin-left: 9px; //3px for 3 buttons view } + .more-options-button{ + margin-right: 2px; + } #dashboard-widgets{ .row-fluid .span2p4 {
