summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less')
-rw-r--r--ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less43
1 files changed, 38 insertions, 5 deletions
diff --git a/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less b/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less
index 8d8f39fe..02cd960d 100644
--- a/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less
+++ b/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less
@@ -33,7 +33,7 @@
flex-flow: row wrap;
width: @table-width;
//margin-left: 230px;
- margin-bottom: 63px;
+ margin-bottom: 0px;
margin:auto;
.app-gridster-header {
background-color: @u;
@@ -478,10 +478,7 @@ On click the images will be displayed at normal size to complete the effect
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;
- span{
- color: #888;
}
- }
.widgetHeaderBtnPosition {
width: 30px;
@@ -910,4 +907,40 @@ ul {
}
.icon-content-gridguide{
cursor:move;
-} \ No newline at end of file
+}
+ .error-info-txt {
+ display: none;
+ font-size: 12px;
+ margin-left: 5px;
+ }
+ .account-info-msg {
+ color: red;
+ }
+ .icon-info {
+ margin-left: 50%;
+ font-size: 90px;
+ color: black;
+ }
+ .gridster-box-pointer {
+ cursor: pointer;
+ }
+ .gridster-txt{
+ font-size: 12px;
+ }
+ .gridster-icon {
+ font-size: 80px;
+ color: #067ab4;
+ }
+ .widget-gridster {
+ cursor:move;
+ }
+ .widgetHeaderBtns-span {
+ color: #888;
+ }
+ .widgetHeaderBtns-img {
+ margin-bottom: 3px;
+ margin-left: 3px;
+ }
+ .widget-menu-options {
+ display: block;
+ } \ No newline at end of file