Subversion Repositories SmartDukaan

Rev

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

Rev 29937 Rev 30017
Line 34... Line 34...
34
    <link rel="stylesheet" type="text/css" href="resources/css/bootstrap-multiselect.css"/>
34
    <link rel="stylesheet" type="text/css" href="resources/css/bootstrap-multiselect.css"/>
35
    <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.16/css/dataTables.bootstrap.min.css"/>
35
    <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.16/css/dataTables.bootstrap.min.css"/>
36
    <link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css'
36
    <link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css'
37
          integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
37
          integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
38
    <style type="text/css">
38
    <style type="text/css">
-
 
39
 
39
    
40
        <!--
40
	    // Small deesktops
41
        Small desktops-- >
-
 
42
 
41
		@media (max-width: 1280px) {
43
        @media (max-width: 1280px) {
42
			div.count {
44
            div.count {
43
				font-size:18px;
45
                font-size: 18px;
44
			}
46
            }
45
		}
47
        }
46
    
48
 
47
 
49
 
48
        .current-margin {
50
        .current-margin {
49
            cursor: pointer;
51
            cursor: pointer;
50
        }
52
        }
51
 
53