Subversion Repositories SmartDukaan

Rev

Rev 25680 | Rev 25688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25680 Rev 25683
Line 98... Line 98...
98
	  object-fit: cover;
98
	  object-fit: cover;
99
	  width: 100%;
99
	  width: 100%;
100
	  height: 90px;
100
	  height: 90px;
101
	  padding: 8px;
101
	  padding: 8px;
102
	}
102
	}
-
 
103
	.info-box .notifications i {
-
 
104
    display: inline-block;
-
 
105
    margin-top:0px;
-
 
106
    height: 25px;
-
 
107
    font-size: 16px;
-
 
108
    line-height: 25px;
-
 
109
    width: 25px;
-
 
110
    float: none;
-
 
111
    text-align: center;
-
 
112
    padding-right: 0px;
-
 
113
    color:#768399;
103
	
114
  }
-
 
115
    
104
	#preview {
116
	#preview {
105
	  position: relative;
117
	  position: relative;
106
	  color: #fff;
118
	  color: #fff;
107
	  float: left;
119
	  float: left;
108
	  width: 100%;
120
	  width: 100%;
Line 768... Line 780...
768
			<div class="col-lg-6">
780
			<div class="col-lg-6">
769
				<div class="row col-lg-12 info-box white-bg">
781
				<div class="row col-lg-12 info-box white-bg">
770
					#parse("performance.vm")
782
					#parse("performance.vm")
771
				</div>
783
				</div>
772
				<div class="row col-lg-12 info-box white-bg">
784
				<div class="row col-lg-12 info-box white-bg">
773
					<div class="col-lg-3">
785
					<div class="col-lg-4">
774
					<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
786
					<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
775
					</h3>
787
					</h3>
776
					</div>
788
					</div>
777
					<div class="col-lg-3">
789
					<div class="col-lg-4">
778
						<div class="btn-group message-filter"> 
790
						<div class="btn-group message-filter"> 
779
							<button data-messagetype="notification" type="button" class="btn btn-default" aria-label="Notifications" title="Notifications">
791
							<button data-messagetype="notification" type="button" class="btn btn-default" aria-label="Notifications" title="Notifications">
780
							<span class="glyphicon glyphicon-bell" aria-hidden="true"></span></button> 
792
							<span class="glyphicon glyphicon-bell" aria-hidden="true"></span></button> 
781
							<button data-messagetype="announcement" type="button" class="btn btn-default" aria-label="Announcements" title="Announcements">
793
							<button data-messagetype="announcement" type="button" class="btn btn-default" aria-label="Announcements" title="Announcements">
782
							<span class="glyphicon glyphicon-bullhorn" aria-hidden="true"></span></button> 
794
							<span class="glyphicon glyphicon-bullhorn" aria-hidden="true"></span></button>