Browse Source

removed minified files, minifing should be part of build process

Andrew Karpow 8 years ago
parent
commit
0059a6dd41

+ 1 - 1
CMakeLists.txt

@@ -40,7 +40,7 @@ file(GLOB RESOURCES
     RELATIVE ${PROJECT_SOURCE_DIR}
     htdocs/js/*
     htdocs/assets/*
-    htdocs/css/*.min.css
+    htdocs/css/*.css
     htdocs/fonts/*
     htdocs/index.html
 )

File diff suppressed because it is too large
+ 0 - 6
htdocs/css/bootstrap-theme.min.css


File diff suppressed because it is too large
+ 0 - 6
htdocs/css/bootstrap.min.css


+ 5 - 1
htdocs/css/mpd.css

@@ -83,4 +83,8 @@ td:last-child, td:first-child {
   position: relative;
   z-index: 9999;
   margin: 5px 0px;
-}
+}
+
+button {
+  overflow: hidden;
+}

+ 0 - 1
htdocs/css/mpd.min.css

@@ -1 +0,0 @@
-body{padding-top:50px;padding-bottom:50px}.starter-template{padding:40px 15px}#volumeslider{width:150px}#volumeslider .progress{margin-bottom:0}#volume-icon{float:left;margin-right:10px;margin-top:2px}#counter{font-size:24px;margin-top:-6px;margin-left:10px;min-width:50px}#search{margin-right:-10px}.btn-group-hover{opacity:20%}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);color:#428bca;background-color:#fdfdfd;border-color:#adadad}@media(max-width:1199px){#btn-responsive-block>.btn{padding:6px 12px;font-size:14px;border-radius:4px}}#salamisandwich td:nth-child(3),th:nth-child(3){text-align:right}tbody{cursor:pointer}td:last-child,td:first-child{width:30px}.notifications{position:fixed;z-index:9999}.notifications.top-right{right:10px;top:60px}.notifications>div{position:relative;z-index:9999;margin:5px 0}

+ 3 - 3
htdocs/index.html

@@ -10,11 +10,11 @@
   <title>ympd</title>
 
   <!-- Bootstrap core CSS -->
-  <link href="css/bootstrap.min.css" rel="stylesheet">
-  <link href="css/bootstrap-theme.min.css" rel="stylesheet">
+  <link href="css/bootstrap.css" rel="stylesheet">
+  <link href="css/bootstrap-theme.css" rel="stylesheet">
 
   <!-- Custom styles for this template -->
-  <link href="css/mpd.min.css" rel="stylesheet">
+  <link href="css/mpd.css" rel="stylesheet">
   <link href="assets/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
   <script src="js/modernizr-custom.js"></script>
 </head>

Some files were not shown because too many files changed in this diff