Browse Source

AMBARI-3276. Dashboard page: buttons are shifted if screen width is more than 1200px. (xiwang via yusaku)

Yusaku Sako 11 years ago
parent
commit
c8bfc42880
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ambari-web/app/styles/application.less

+ 3 - 0
ambari-web/app/styles/application.less

@@ -4517,6 +4517,9 @@ i.icon-asterisks {
   .add-widget-button{
   .add-widget-button{
     margin-left: 9px; //3px for 3 buttons view
     margin-left: 9px; //3px for 3 buttons view
   }
   }
+  .more-options-button{
+    margin-right: 2px;
+  }
 
 
   #dashboard-widgets{
   #dashboard-widgets{
     .row-fluid .span2p4 {
     .row-fluid .span2p4 {