summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-common/client/app/views/notification-history/notificationhistory.less
blob: 9e1de6fd158ddfd5b397cc172cad68a5bff4e617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.w-ecomp-user-notification-history {
      .bg_portalWhite;//white for 1702
    //.bg_portalGray;  // gray for 1610
    position: @page-main-position;
    top: @page-main-top;
    left: @page-main-left;
    right: @page-main-right;
    bottom: @page-main-bottom;
    padding-top: @padding-top;
    overflow-y: @page-main-overflow-y;
    padding-left: @padding-left-side;
#input-search::-webkit-input-placeholder,
{
font-style: italic;
  color:   #999999;

}
    .tab-bottom {
        bottom: 0;
    }
    
    .tablesorter-default .tablesorter-header .tablesorter-header-inner {
	    background-position: center right;
	    background-repeat: no-repeat;
	    cursor: pointer;
	    white-space: normal;
	    display: inline-block;
	    vertical-align: baseline;
	    zoom: 1;
	    padding: 12px 50px;
    }
    
   .notifHistTable {
        width: @table-width;
        //margin-left: @table-margin-left;
        //margin: @table-margin;
		margin:auto;
       }


}