[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-common / client / app / views / notification-history / notificationhistory.less
1 .w-ecomp-user-notification-history {
2       .bg_portalWhite;//white for 1702
3     //.bg_portalGray;  // gray for 1610
4     position: @page-main-position;
5     top: @page-main-top;
6     left: @page-main-left;
7     right: @page-main-right;
8     bottom: @page-main-bottom;
9     padding-top: @padding-top;
10     overflow-y: @page-main-overflow-y;
11     padding-left: @padding-left-side;
12 #input-search::-webkit-input-placeholder,
13 {
14 font-style: italic;
15   color:   #999999;
16
17 }
18     .tab-bottom {
19         bottom: 0;
20     }
21     
22     .tablesorter-default .tablesorter-header .tablesorter-header-inner {
23             background-position: center right;
24             background-repeat: no-repeat;
25             cursor: pointer;
26             white-space: normal;
27             display: inline-block;
28             vertical-align: baseline;
29             zoom: 1;
30             padding: 12px 50px;
31     }
32     
33    .notifHistTable {
34         width: @table-width;
35         //margin-left: @table-margin-left;
36         //margin: @table-margin;
37                 margin:auto;
38        }
39
40
41 }