weaver 0.1.9 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/weaver/css/bootstrap.css +647 -205
- data/data/weaver/css/bootstrap.css.map +1 -0
- data/data/weaver/css/bootstrap.min.css +3 -3
- data/data/weaver/css/crossfade_style.css +19 -0
- data/data/weaver/css/patterns/1.png +0 -0
- data/data/weaver/css/patterns/2.png +0 -0
- data/data/weaver/css/patterns/3.png +0 -0
- data/data/weaver/css/patterns/4.png +0 -0
- data/data/weaver/css/patterns/5.png +0 -0
- data/data/weaver/css/patterns/6.png +0 -0
- data/data/weaver/css/patterns/7.png +0 -0
- data/data/weaver/css/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css +251 -0
- data/data/weaver/css/plugins/chartist/chartist.min.css +773 -0
- data/data/weaver/css/plugins/clockpicker/clockpicker.css +168 -0
- data/data/weaver/css/plugins/dataTables/dataTables.bootstrap.css +118 -190
- data/data/weaver/css/plugins/dataTables/dataTables.tableTools.min.css +1 -1
- data/data/weaver/css/plugins/daterangepicker/daterangepicker-bs3.css +335 -0
- data/data/weaver/css/plugins/footable/fonts/footable.eot +0 -0
- data/data/weaver/css/plugins/footable/fonts/footable.svg +78 -0
- data/data/weaver/css/plugins/footable/fonts/footable.ttf +0 -0
- data/data/weaver/css/plugins/footable/fonts/footable.woff +0 -0
- data/data/weaver/css/plugins/footable/footable.core.css +178 -0
- data/data/weaver/css/plugins/select2/select2.min.css +1 -0
- data/data/weaver/css/plugins/slick/ajax-loader.gif +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.eot +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.svg +14 -0
- data/data/weaver/css/plugins/slick/fonts/slick.ttf +0 -0
- data/data/weaver/css/plugins/slick/fonts/slick.woff +0 -0
- data/data/weaver/css/plugins/slick/slick-theme.css +201 -0
- data/data/weaver/css/plugins/slick/slick.css +119 -0
- data/data/weaver/css/plugins/sweetalert/sweetalert.css +715 -0
- data/data/weaver/css/style.css +4352 -1310
- data/data/weaver/css/style.min.css +1 -1
- data/data/weaver/fonts/glyphicons-halflings-regular.eot +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.svg +273 -214
- data/data/weaver/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.woff +0 -0
- data/data/weaver/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/data/weaver/js/bootstrap.js +299 -212
- data/data/weaver/js/bootstrap.min.js +5 -5
- data/data/weaver/js/inspinia.js +184 -42
- data/data/weaver/js/plugins/chartist/chartist.min.js +9 -0
- data/data/weaver/js/plugins/chartist/chartist.min.js.map +1 -0
- data/data/weaver/js/plugins/clockpicker/clockpicker.js +729 -0
- data/data/weaver/js/plugins/dataTables/dataTables.bootstrap.js +195 -234
- data/data/weaver/js/plugins/dataTables/dataTables.tableTools.min.js +46 -45
- data/data/weaver/js/plugins/dataTables/jquery.dataTables.js +628 -373
- data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls.swf +0 -0
- data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls_pdf.swf +0 -0
- data/data/weaver/js/plugins/daterangepicker/daterangepicker.js +1304 -0
- data/data/weaver/js/plugins/diff_match_patch/COPYING +177 -0
- data/data/weaver/js/plugins/diff_match_patch/README.txt +43 -0
- data/data/weaver/js/plugins/diff_match_patch/javascript/diff_match_patch.js +49 -0
- data/data/weaver/js/plugins/footable/footable.all.min.js +14 -0
- data/data/weaver/js/plugins/fullcalendar/moment.min.js +3 -3
- data/data/weaver/js/plugins/idle-timer/idle-timer.min.js +2 -0
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-2.0.2.css +130 -0
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-2.0.2.min.js +3328 -0
- data/data/weaver/js/plugins/masonary/masonry.pkgd.min.js +9 -0
- data/data/weaver/js/plugins/metisMenu/jquery.metisMenu.js +3 -113
- data/data/weaver/js/plugins/morris/morris.js +27 -23
- data/data/weaver/js/plugins/pace/pace.min.js +2 -2
- data/data/weaver/js/plugins/preetyTextDiff/jquery.pretty-text-diff.min.js +76 -0
- data/data/weaver/js/plugins/select2/select2.full.min.js +3 -0
- data/data/weaver/js/plugins/slick/slick.min.js +18 -0
- data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.js +96 -90
- data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.min.js +10 -10
- data/data/weaver/js/plugins/sweetalert/sweetalert.min.js +1 -0
- data/data/weaver/js/plugins/tinycon/tinycon.min.js +8 -0
- data/data/weaver/js/plugins/wow/wow.min.js +2 -0
- data/{bin → exe}/weaver +3 -2
- data/lib/weaver.rb +236 -53
- data/lib/weaver/version.rb +1 -1
- data/weaver.gemspec +2 -2
- metadata +50 -7
- data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js +0 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86e4cc69b1948c31ab3a1009dc8e50f070046798
|
|
4
|
+
data.tar.gz: abea801b287d059e8691a5d31ae81ae50ee8ddaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd21bda7490fad1acdf8e4ba0647c5d46e11e514649a412ab8c8637a7cdae78e9509cd8cba10829c35b30ff380f0d3f28eff53181aed3064d2445d56ce11aeac
|
|
7
|
+
data.tar.gz: 55a8a8493579a1a81730fdc806214e7ff642cbd3208c648a6aabd7bbecd2d6ba181fa033da37b9bcb709aafffe8a5caa972be1ea3d2c0d3bc8c4d3aeea53364e
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Bootstrap v3.3.
|
|
3
|
-
* Copyright 2011-
|
|
2
|
+
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
|
3
|
+
* Copyright 2011-2015 Twitter, Inc.
|
|
4
4
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
5
5
|
*/
|
|
6
|
-
|
|
7
|
-
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
|
6
|
+
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
|
8
7
|
html {
|
|
9
8
|
font-family: sans-serif;
|
|
10
9
|
-webkit-text-size-adjust: 100%;
|
|
@@ -239,9 +238,6 @@ th {
|
|
|
239
238
|
h3 {
|
|
240
239
|
page-break-after: avoid;
|
|
241
240
|
}
|
|
242
|
-
select {
|
|
243
|
-
background: #fff !important;
|
|
244
|
-
}
|
|
245
241
|
.navbar {
|
|
246
242
|
display: none;
|
|
247
243
|
}
|
|
@@ -268,7 +264,7 @@ th {
|
|
|
268
264
|
font-family: 'Glyphicons Halflings';
|
|
269
265
|
|
|
270
266
|
src: url('../fonts/glyphicons-halflings-regular.eot');
|
|
271
|
-
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
|
267
|
+
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
|
272
268
|
}
|
|
273
269
|
.glyphicon {
|
|
274
270
|
position: relative;
|
|
@@ -883,6 +879,192 @@ th {
|
|
|
883
879
|
.glyphicon-tree-deciduous:before {
|
|
884
880
|
content: "\e200";
|
|
885
881
|
}
|
|
882
|
+
.glyphicon-cd:before {
|
|
883
|
+
content: "\e201";
|
|
884
|
+
}
|
|
885
|
+
.glyphicon-save-file:before {
|
|
886
|
+
content: "\e202";
|
|
887
|
+
}
|
|
888
|
+
.glyphicon-open-file:before {
|
|
889
|
+
content: "\e203";
|
|
890
|
+
}
|
|
891
|
+
.glyphicon-level-up:before {
|
|
892
|
+
content: "\e204";
|
|
893
|
+
}
|
|
894
|
+
.glyphicon-copy:before {
|
|
895
|
+
content: "\e205";
|
|
896
|
+
}
|
|
897
|
+
.glyphicon-paste:before {
|
|
898
|
+
content: "\e206";
|
|
899
|
+
}
|
|
900
|
+
.glyphicon-alert:before {
|
|
901
|
+
content: "\e209";
|
|
902
|
+
}
|
|
903
|
+
.glyphicon-equalizer:before {
|
|
904
|
+
content: "\e210";
|
|
905
|
+
}
|
|
906
|
+
.glyphicon-king:before {
|
|
907
|
+
content: "\e211";
|
|
908
|
+
}
|
|
909
|
+
.glyphicon-queen:before {
|
|
910
|
+
content: "\e212";
|
|
911
|
+
}
|
|
912
|
+
.glyphicon-pawn:before {
|
|
913
|
+
content: "\e213";
|
|
914
|
+
}
|
|
915
|
+
.glyphicon-bishop:before {
|
|
916
|
+
content: "\e214";
|
|
917
|
+
}
|
|
918
|
+
.glyphicon-knight:before {
|
|
919
|
+
content: "\e215";
|
|
920
|
+
}
|
|
921
|
+
.glyphicon-baby-formula:before {
|
|
922
|
+
content: "\e216";
|
|
923
|
+
}
|
|
924
|
+
.glyphicon-tent:before {
|
|
925
|
+
content: "\26fa";
|
|
926
|
+
}
|
|
927
|
+
.glyphicon-blackboard:before {
|
|
928
|
+
content: "\e218";
|
|
929
|
+
}
|
|
930
|
+
.glyphicon-bed:before {
|
|
931
|
+
content: "\e219";
|
|
932
|
+
}
|
|
933
|
+
.glyphicon-apple:before {
|
|
934
|
+
content: "\f8ff";
|
|
935
|
+
}
|
|
936
|
+
.glyphicon-erase:before {
|
|
937
|
+
content: "\e221";
|
|
938
|
+
}
|
|
939
|
+
.glyphicon-hourglass:before {
|
|
940
|
+
content: "\231b";
|
|
941
|
+
}
|
|
942
|
+
.glyphicon-lamp:before {
|
|
943
|
+
content: "\e223";
|
|
944
|
+
}
|
|
945
|
+
.glyphicon-duplicate:before {
|
|
946
|
+
content: "\e224";
|
|
947
|
+
}
|
|
948
|
+
.glyphicon-piggy-bank:before {
|
|
949
|
+
content: "\e225";
|
|
950
|
+
}
|
|
951
|
+
.glyphicon-scissors:before {
|
|
952
|
+
content: "\e226";
|
|
953
|
+
}
|
|
954
|
+
.glyphicon-bitcoin:before {
|
|
955
|
+
content: "\e227";
|
|
956
|
+
}
|
|
957
|
+
.glyphicon-btc:before {
|
|
958
|
+
content: "\e227";
|
|
959
|
+
}
|
|
960
|
+
.glyphicon-xbt:before {
|
|
961
|
+
content: "\e227";
|
|
962
|
+
}
|
|
963
|
+
.glyphicon-yen:before {
|
|
964
|
+
content: "\00a5";
|
|
965
|
+
}
|
|
966
|
+
.glyphicon-jpy:before {
|
|
967
|
+
content: "\00a5";
|
|
968
|
+
}
|
|
969
|
+
.glyphicon-ruble:before {
|
|
970
|
+
content: "\20bd";
|
|
971
|
+
}
|
|
972
|
+
.glyphicon-rub:before {
|
|
973
|
+
content: "\20bd";
|
|
974
|
+
}
|
|
975
|
+
.glyphicon-scale:before {
|
|
976
|
+
content: "\e230";
|
|
977
|
+
}
|
|
978
|
+
.glyphicon-ice-lolly:before {
|
|
979
|
+
content: "\e231";
|
|
980
|
+
}
|
|
981
|
+
.glyphicon-ice-lolly-tasted:before {
|
|
982
|
+
content: "\e232";
|
|
983
|
+
}
|
|
984
|
+
.glyphicon-education:before {
|
|
985
|
+
content: "\e233";
|
|
986
|
+
}
|
|
987
|
+
.glyphicon-option-horizontal:before {
|
|
988
|
+
content: "\e234";
|
|
989
|
+
}
|
|
990
|
+
.glyphicon-option-vertical:before {
|
|
991
|
+
content: "\e235";
|
|
992
|
+
}
|
|
993
|
+
.glyphicon-menu-hamburger:before {
|
|
994
|
+
content: "\e236";
|
|
995
|
+
}
|
|
996
|
+
.glyphicon-modal-window:before {
|
|
997
|
+
content: "\e237";
|
|
998
|
+
}
|
|
999
|
+
.glyphicon-oil:before {
|
|
1000
|
+
content: "\e238";
|
|
1001
|
+
}
|
|
1002
|
+
.glyphicon-grain:before {
|
|
1003
|
+
content: "\e239";
|
|
1004
|
+
}
|
|
1005
|
+
.glyphicon-sunglasses:before {
|
|
1006
|
+
content: "\e240";
|
|
1007
|
+
}
|
|
1008
|
+
.glyphicon-text-size:before {
|
|
1009
|
+
content: "\e241";
|
|
1010
|
+
}
|
|
1011
|
+
.glyphicon-text-color:before {
|
|
1012
|
+
content: "\e242";
|
|
1013
|
+
}
|
|
1014
|
+
.glyphicon-text-background:before {
|
|
1015
|
+
content: "\e243";
|
|
1016
|
+
}
|
|
1017
|
+
.glyphicon-object-align-top:before {
|
|
1018
|
+
content: "\e244";
|
|
1019
|
+
}
|
|
1020
|
+
.glyphicon-object-align-bottom:before {
|
|
1021
|
+
content: "\e245";
|
|
1022
|
+
}
|
|
1023
|
+
.glyphicon-object-align-horizontal:before {
|
|
1024
|
+
content: "\e246";
|
|
1025
|
+
}
|
|
1026
|
+
.glyphicon-object-align-left:before {
|
|
1027
|
+
content: "\e247";
|
|
1028
|
+
}
|
|
1029
|
+
.glyphicon-object-align-vertical:before {
|
|
1030
|
+
content: "\e248";
|
|
1031
|
+
}
|
|
1032
|
+
.glyphicon-object-align-right:before {
|
|
1033
|
+
content: "\e249";
|
|
1034
|
+
}
|
|
1035
|
+
.glyphicon-triangle-right:before {
|
|
1036
|
+
content: "\e250";
|
|
1037
|
+
}
|
|
1038
|
+
.glyphicon-triangle-left:before {
|
|
1039
|
+
content: "\e251";
|
|
1040
|
+
}
|
|
1041
|
+
.glyphicon-triangle-bottom:before {
|
|
1042
|
+
content: "\e252";
|
|
1043
|
+
}
|
|
1044
|
+
.glyphicon-triangle-top:before {
|
|
1045
|
+
content: "\e253";
|
|
1046
|
+
}
|
|
1047
|
+
.glyphicon-console:before {
|
|
1048
|
+
content: "\e254";
|
|
1049
|
+
}
|
|
1050
|
+
.glyphicon-superscript:before {
|
|
1051
|
+
content: "\e255";
|
|
1052
|
+
}
|
|
1053
|
+
.glyphicon-subscript:before {
|
|
1054
|
+
content: "\e256";
|
|
1055
|
+
}
|
|
1056
|
+
.glyphicon-menu-left:before {
|
|
1057
|
+
content: "\e257";
|
|
1058
|
+
}
|
|
1059
|
+
.glyphicon-menu-right:before {
|
|
1060
|
+
content: "\e258";
|
|
1061
|
+
}
|
|
1062
|
+
.glyphicon-menu-down:before {
|
|
1063
|
+
content: "\e259";
|
|
1064
|
+
}
|
|
1065
|
+
.glyphicon-menu-up:before {
|
|
1066
|
+
content: "\e260";
|
|
1067
|
+
}
|
|
886
1068
|
* {
|
|
887
1069
|
-webkit-box-sizing: border-box;
|
|
888
1070
|
-moz-box-sizing: border-box;
|
|
@@ -915,12 +1097,12 @@ textarea {
|
|
|
915
1097
|
line-height: inherit;
|
|
916
1098
|
}
|
|
917
1099
|
a {
|
|
918
|
-
color: #
|
|
1100
|
+
color: #337ab7;
|
|
919
1101
|
text-decoration: none;
|
|
920
1102
|
}
|
|
921
1103
|
a:hover,
|
|
922
1104
|
a:focus {
|
|
923
|
-
color: #
|
|
1105
|
+
color: #23527c;
|
|
924
1106
|
text-decoration: underline;
|
|
925
1107
|
}
|
|
926
1108
|
a:focus {
|
|
@@ -987,6 +1169,9 @@ hr {
|
|
|
987
1169
|
overflow: visible;
|
|
988
1170
|
clip: auto;
|
|
989
1171
|
}
|
|
1172
|
+
[role="button"] {
|
|
1173
|
+
cursor: pointer;
|
|
1174
|
+
}
|
|
990
1175
|
h1,
|
|
991
1176
|
h2,
|
|
992
1177
|
h3,
|
|
@@ -1153,64 +1338,74 @@ mark,
|
|
|
1153
1338
|
color: #777;
|
|
1154
1339
|
}
|
|
1155
1340
|
.text-primary {
|
|
1156
|
-
color: #
|
|
1341
|
+
color: #337ab7;
|
|
1157
1342
|
}
|
|
1158
|
-
a.text-primary:hover
|
|
1159
|
-
|
|
1343
|
+
a.text-primary:hover,
|
|
1344
|
+
a.text-primary:focus {
|
|
1345
|
+
color: #286090;
|
|
1160
1346
|
}
|
|
1161
1347
|
.text-success {
|
|
1162
1348
|
color: #3c763d;
|
|
1163
1349
|
}
|
|
1164
|
-
a.text-success:hover
|
|
1350
|
+
a.text-success:hover,
|
|
1351
|
+
a.text-success:focus {
|
|
1165
1352
|
color: #2b542c;
|
|
1166
1353
|
}
|
|
1167
1354
|
.text-info {
|
|
1168
1355
|
color: #31708f;
|
|
1169
1356
|
}
|
|
1170
|
-
a.text-info:hover
|
|
1357
|
+
a.text-info:hover,
|
|
1358
|
+
a.text-info:focus {
|
|
1171
1359
|
color: #245269;
|
|
1172
1360
|
}
|
|
1173
1361
|
.text-warning {
|
|
1174
1362
|
color: #8a6d3b;
|
|
1175
1363
|
}
|
|
1176
|
-
a.text-warning:hover
|
|
1364
|
+
a.text-warning:hover,
|
|
1365
|
+
a.text-warning:focus {
|
|
1177
1366
|
color: #66512c;
|
|
1178
1367
|
}
|
|
1179
1368
|
.text-danger {
|
|
1180
1369
|
color: #a94442;
|
|
1181
1370
|
}
|
|
1182
|
-
a.text-danger:hover
|
|
1371
|
+
a.text-danger:hover,
|
|
1372
|
+
a.text-danger:focus {
|
|
1183
1373
|
color: #843534;
|
|
1184
1374
|
}
|
|
1185
1375
|
.bg-primary {
|
|
1186
1376
|
color: #fff;
|
|
1187
|
-
background-color: #
|
|
1377
|
+
background-color: #337ab7;
|
|
1188
1378
|
}
|
|
1189
|
-
a.bg-primary:hover
|
|
1190
|
-
|
|
1379
|
+
a.bg-primary:hover,
|
|
1380
|
+
a.bg-primary:focus {
|
|
1381
|
+
background-color: #286090;
|
|
1191
1382
|
}
|
|
1192
1383
|
.bg-success {
|
|
1193
1384
|
background-color: #dff0d8;
|
|
1194
1385
|
}
|
|
1195
|
-
a.bg-success:hover
|
|
1386
|
+
a.bg-success:hover,
|
|
1387
|
+
a.bg-success:focus {
|
|
1196
1388
|
background-color: #c1e2b3;
|
|
1197
1389
|
}
|
|
1198
1390
|
.bg-info {
|
|
1199
1391
|
background-color: #d9edf7;
|
|
1200
1392
|
}
|
|
1201
|
-
a.bg-info:hover
|
|
1393
|
+
a.bg-info:hover,
|
|
1394
|
+
a.bg-info:focus {
|
|
1202
1395
|
background-color: #afd9ee;
|
|
1203
1396
|
}
|
|
1204
1397
|
.bg-warning {
|
|
1205
1398
|
background-color: #fcf8e3;
|
|
1206
1399
|
}
|
|
1207
|
-
a.bg-warning:hover
|
|
1400
|
+
a.bg-warning:hover,
|
|
1401
|
+
a.bg-warning:focus {
|
|
1208
1402
|
background-color: #f7ecb5;
|
|
1209
1403
|
}
|
|
1210
1404
|
.bg-danger {
|
|
1211
1405
|
background-color: #f2dede;
|
|
1212
1406
|
}
|
|
1213
|
-
a.bg-danger:hover
|
|
1407
|
+
a.bg-danger:hover,
|
|
1408
|
+
a.bg-danger:focus {
|
|
1214
1409
|
background-color: #e4b9b9;
|
|
1215
1410
|
}
|
|
1216
1411
|
.page-header {
|
|
@@ -2123,7 +2318,7 @@ th {
|
|
|
2123
2318
|
.table-bordered > thead > tr > td {
|
|
2124
2319
|
border-bottom-width: 2px;
|
|
2125
2320
|
}
|
|
2126
|
-
.table-striped > tbody > tr:nth-
|
|
2321
|
+
.table-striped > tbody > tr:nth-of-type(odd) {
|
|
2127
2322
|
background-color: #f9f9f9;
|
|
2128
2323
|
}
|
|
2129
2324
|
.table-hover > tbody > tr:hover {
|
|
@@ -2390,66 +2585,46 @@ output {
|
|
|
2390
2585
|
.form-control[disabled],
|
|
2391
2586
|
.form-control[readonly],
|
|
2392
2587
|
fieldset[disabled] .form-control {
|
|
2393
|
-
cursor: not-allowed;
|
|
2394
2588
|
background-color: #eee;
|
|
2395
2589
|
opacity: 1;
|
|
2396
2590
|
}
|
|
2591
|
+
.form-control[disabled],
|
|
2592
|
+
fieldset[disabled] .form-control {
|
|
2593
|
+
cursor: not-allowed;
|
|
2594
|
+
}
|
|
2397
2595
|
textarea.form-control {
|
|
2398
2596
|
height: auto;
|
|
2399
2597
|
}
|
|
2400
2598
|
input[type="search"] {
|
|
2401
2599
|
-webkit-appearance: none;
|
|
2402
2600
|
}
|
|
2403
|
-
|
|
2404
|
-
input[type="
|
|
2405
|
-
input[type="
|
|
2406
|
-
input[type="
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
}
|
|
2410
|
-
input[type="date"].input-sm,
|
|
2411
|
-
input[type="time"].input-sm,
|
|
2412
|
-
input[type="datetime-local"].input-sm,
|
|
2413
|
-
input[type="month"].input-sm
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
input[type="
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
input[type="
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
_:-ms-fullscreen,
|
|
2431
|
-
:root input[type="month"] {
|
|
2432
|
-
line-height: 1.42857143;
|
|
2433
|
-
}
|
|
2434
|
-
_:-ms-fullscreen.input-sm,
|
|
2435
|
-
:root input[type="date"].input-sm,
|
|
2436
|
-
_:-ms-fullscreen.input-sm,
|
|
2437
|
-
:root input[type="time"].input-sm,
|
|
2438
|
-
_:-ms-fullscreen.input-sm,
|
|
2439
|
-
:root input[type="datetime-local"].input-sm,
|
|
2440
|
-
_:-ms-fullscreen.input-sm,
|
|
2441
|
-
:root input[type="month"].input-sm {
|
|
2442
|
-
line-height: 1.5;
|
|
2443
|
-
}
|
|
2444
|
-
_:-ms-fullscreen.input-lg,
|
|
2445
|
-
:root input[type="date"].input-lg,
|
|
2446
|
-
_:-ms-fullscreen.input-lg,
|
|
2447
|
-
:root input[type="time"].input-lg,
|
|
2448
|
-
_:-ms-fullscreen.input-lg,
|
|
2449
|
-
:root input[type="datetime-local"].input-lg,
|
|
2450
|
-
_:-ms-fullscreen.input-lg,
|
|
2451
|
-
:root input[type="month"].input-lg {
|
|
2452
|
-
line-height: 1.33;
|
|
2601
|
+
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
2602
|
+
input[type="date"].form-control,
|
|
2603
|
+
input[type="time"].form-control,
|
|
2604
|
+
input[type="datetime-local"].form-control,
|
|
2605
|
+
input[type="month"].form-control {
|
|
2606
|
+
line-height: 34px;
|
|
2607
|
+
}
|
|
2608
|
+
input[type="date"].input-sm,
|
|
2609
|
+
input[type="time"].input-sm,
|
|
2610
|
+
input[type="datetime-local"].input-sm,
|
|
2611
|
+
input[type="month"].input-sm,
|
|
2612
|
+
.input-group-sm input[type="date"],
|
|
2613
|
+
.input-group-sm input[type="time"],
|
|
2614
|
+
.input-group-sm input[type="datetime-local"],
|
|
2615
|
+
.input-group-sm input[type="month"] {
|
|
2616
|
+
line-height: 30px;
|
|
2617
|
+
}
|
|
2618
|
+
input[type="date"].input-lg,
|
|
2619
|
+
input[type="time"].input-lg,
|
|
2620
|
+
input[type="datetime-local"].input-lg,
|
|
2621
|
+
input[type="month"].input-lg,
|
|
2622
|
+
.input-group-lg input[type="date"],
|
|
2623
|
+
.input-group-lg input[type="time"],
|
|
2624
|
+
.input-group-lg input[type="datetime-local"],
|
|
2625
|
+
.input-group-lg input[type="month"] {
|
|
2626
|
+
line-height: 46px;
|
|
2627
|
+
}
|
|
2453
2628
|
}
|
|
2454
2629
|
.form-group {
|
|
2455
2630
|
margin-bottom: 15px;
|
|
@@ -2483,6 +2658,7 @@ _:-ms-fullscreen.input-lg,
|
|
|
2483
2658
|
}
|
|
2484
2659
|
.radio-inline,
|
|
2485
2660
|
.checkbox-inline {
|
|
2661
|
+
position: relative;
|
|
2486
2662
|
display: inline-block;
|
|
2487
2663
|
padding-left: 20px;
|
|
2488
2664
|
margin-bottom: 0;
|
|
@@ -2516,6 +2692,7 @@ fieldset[disabled] .checkbox label {
|
|
|
2516
2692
|
cursor: not-allowed;
|
|
2517
2693
|
}
|
|
2518
2694
|
.form-control-static {
|
|
2695
|
+
min-height: 34px;
|
|
2519
2696
|
padding-top: 7px;
|
|
2520
2697
|
padding-bottom: 7px;
|
|
2521
2698
|
margin-bottom: 0;
|
|
@@ -2525,44 +2702,80 @@ fieldset[disabled] .checkbox label {
|
|
|
2525
2702
|
padding-right: 0;
|
|
2526
2703
|
padding-left: 0;
|
|
2527
2704
|
}
|
|
2528
|
-
.input-sm
|
|
2529
|
-
.form-group-sm .form-control {
|
|
2705
|
+
.input-sm {
|
|
2530
2706
|
height: 30px;
|
|
2531
2707
|
padding: 5px 10px;
|
|
2532
2708
|
font-size: 12px;
|
|
2533
2709
|
line-height: 1.5;
|
|
2534
2710
|
border-radius: 3px;
|
|
2535
2711
|
}
|
|
2536
|
-
select.input-sm
|
|
2537
|
-
select.form-group-sm .form-control {
|
|
2712
|
+
select.input-sm {
|
|
2538
2713
|
height: 30px;
|
|
2539
2714
|
line-height: 30px;
|
|
2540
2715
|
}
|
|
2541
2716
|
textarea.input-sm,
|
|
2542
|
-
|
|
2543
|
-
select[multiple].input-sm,
|
|
2544
|
-
select[multiple].form-group-sm .form-control {
|
|
2717
|
+
select[multiple].input-sm {
|
|
2545
2718
|
height: auto;
|
|
2546
2719
|
}
|
|
2547
|
-
.
|
|
2548
|
-
|
|
2720
|
+
.form-group-sm .form-control {
|
|
2721
|
+
height: 30px;
|
|
2722
|
+
padding: 5px 10px;
|
|
2723
|
+
font-size: 12px;
|
|
2724
|
+
line-height: 1.5;
|
|
2725
|
+
border-radius: 3px;
|
|
2726
|
+
}
|
|
2727
|
+
.form-group-sm select.form-control {
|
|
2728
|
+
height: 30px;
|
|
2729
|
+
line-height: 30px;
|
|
2730
|
+
}
|
|
2731
|
+
.form-group-sm textarea.form-control,
|
|
2732
|
+
.form-group-sm select[multiple].form-control {
|
|
2733
|
+
height: auto;
|
|
2734
|
+
}
|
|
2735
|
+
.form-group-sm .form-control-static {
|
|
2736
|
+
height: 30px;
|
|
2737
|
+
min-height: 32px;
|
|
2738
|
+
padding: 6px 10px;
|
|
2739
|
+
font-size: 12px;
|
|
2740
|
+
line-height: 1.5;
|
|
2741
|
+
}
|
|
2742
|
+
.input-lg {
|
|
2549
2743
|
height: 46px;
|
|
2550
2744
|
padding: 10px 16px;
|
|
2551
2745
|
font-size: 18px;
|
|
2552
|
-
line-height: 1.
|
|
2746
|
+
line-height: 1.3333333;
|
|
2553
2747
|
border-radius: 6px;
|
|
2554
2748
|
}
|
|
2555
|
-
select.input-lg
|
|
2556
|
-
select.form-group-lg .form-control {
|
|
2749
|
+
select.input-lg {
|
|
2557
2750
|
height: 46px;
|
|
2558
2751
|
line-height: 46px;
|
|
2559
2752
|
}
|
|
2560
2753
|
textarea.input-lg,
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2754
|
+
select[multiple].input-lg {
|
|
2755
|
+
height: auto;
|
|
2756
|
+
}
|
|
2757
|
+
.form-group-lg .form-control {
|
|
2758
|
+
height: 46px;
|
|
2759
|
+
padding: 10px 16px;
|
|
2760
|
+
font-size: 18px;
|
|
2761
|
+
line-height: 1.3333333;
|
|
2762
|
+
border-radius: 6px;
|
|
2763
|
+
}
|
|
2764
|
+
.form-group-lg select.form-control {
|
|
2765
|
+
height: 46px;
|
|
2766
|
+
line-height: 46px;
|
|
2767
|
+
}
|
|
2768
|
+
.form-group-lg textarea.form-control,
|
|
2769
|
+
.form-group-lg select[multiple].form-control {
|
|
2564
2770
|
height: auto;
|
|
2565
2771
|
}
|
|
2772
|
+
.form-group-lg .form-control-static {
|
|
2773
|
+
height: 46px;
|
|
2774
|
+
min-height: 38px;
|
|
2775
|
+
padding: 11px 16px;
|
|
2776
|
+
font-size: 18px;
|
|
2777
|
+
line-height: 1.3333333;
|
|
2778
|
+
}
|
|
2566
2779
|
.has-feedback {
|
|
2567
2780
|
position: relative;
|
|
2568
2781
|
}
|
|
@@ -2581,12 +2794,16 @@ select[multiple].form-group-lg .form-control {
|
|
|
2581
2794
|
text-align: center;
|
|
2582
2795
|
pointer-events: none;
|
|
2583
2796
|
}
|
|
2584
|
-
.input-lg + .form-control-feedback
|
|
2797
|
+
.input-lg + .form-control-feedback,
|
|
2798
|
+
.input-group-lg + .form-control-feedback,
|
|
2799
|
+
.form-group-lg .form-control + .form-control-feedback {
|
|
2585
2800
|
width: 46px;
|
|
2586
2801
|
height: 46px;
|
|
2587
2802
|
line-height: 46px;
|
|
2588
2803
|
}
|
|
2589
|
-
.input-sm + .form-control-feedback
|
|
2804
|
+
.input-sm + .form-control-feedback,
|
|
2805
|
+
.input-group-sm + .form-control-feedback,
|
|
2806
|
+
.form-group-sm .form-control + .form-control-feedback {
|
|
2590
2807
|
width: 30px;
|
|
2591
2808
|
height: 30px;
|
|
2592
2809
|
line-height: 30px;
|
|
@@ -2771,12 +2988,14 @@ select[multiple].form-group-lg .form-control {
|
|
|
2771
2988
|
}
|
|
2772
2989
|
@media (min-width: 768px) {
|
|
2773
2990
|
.form-horizontal .form-group-lg .control-label {
|
|
2774
|
-
padding-top: 14.
|
|
2991
|
+
padding-top: 14.333333px;
|
|
2992
|
+
font-size: 18px;
|
|
2775
2993
|
}
|
|
2776
2994
|
}
|
|
2777
2995
|
@media (min-width: 768px) {
|
|
2778
2996
|
.form-horizontal .form-group-sm .control-label {
|
|
2779
2997
|
padding-top: 6px;
|
|
2998
|
+
font-size: 12px;
|
|
2780
2999
|
}
|
|
2781
3000
|
}
|
|
2782
3001
|
.btn {
|
|
@@ -2826,21 +3045,32 @@ select[multiple].form-group-lg .form-control {
|
|
|
2826
3045
|
.btn.disabled,
|
|
2827
3046
|
.btn[disabled],
|
|
2828
3047
|
fieldset[disabled] .btn {
|
|
2829
|
-
pointer-events: none;
|
|
2830
3048
|
cursor: not-allowed;
|
|
2831
3049
|
filter: alpha(opacity=65);
|
|
2832
3050
|
-webkit-box-shadow: none;
|
|
2833
3051
|
box-shadow: none;
|
|
2834
3052
|
opacity: .65;
|
|
2835
3053
|
}
|
|
3054
|
+
a.btn.disabled,
|
|
3055
|
+
fieldset[disabled] a.btn {
|
|
3056
|
+
pointer-events: none;
|
|
3057
|
+
}
|
|
2836
3058
|
.btn-default {
|
|
2837
3059
|
color: #333;
|
|
2838
3060
|
background-color: #fff;
|
|
2839
3061
|
border-color: #ccc;
|
|
2840
3062
|
}
|
|
2841
|
-
.btn-default:hover,
|
|
2842
3063
|
.btn-default:focus,
|
|
2843
|
-
.btn-default.focus
|
|
3064
|
+
.btn-default.focus {
|
|
3065
|
+
color: #333;
|
|
3066
|
+
background-color: #e6e6e6;
|
|
3067
|
+
border-color: #8c8c8c;
|
|
3068
|
+
}
|
|
3069
|
+
.btn-default:hover {
|
|
3070
|
+
color: #333;
|
|
3071
|
+
background-color: #e6e6e6;
|
|
3072
|
+
border-color: #adadad;
|
|
3073
|
+
}
|
|
2844
3074
|
.btn-default:active,
|
|
2845
3075
|
.btn-default.active,
|
|
2846
3076
|
.open > .dropdown-toggle.btn-default {
|
|
@@ -2848,6 +3078,19 @@ fieldset[disabled] .btn {
|
|
|
2848
3078
|
background-color: #e6e6e6;
|
|
2849
3079
|
border-color: #adadad;
|
|
2850
3080
|
}
|
|
3081
|
+
.btn-default:active:hover,
|
|
3082
|
+
.btn-default.active:hover,
|
|
3083
|
+
.open > .dropdown-toggle.btn-default:hover,
|
|
3084
|
+
.btn-default:active:focus,
|
|
3085
|
+
.btn-default.active:focus,
|
|
3086
|
+
.open > .dropdown-toggle.btn-default:focus,
|
|
3087
|
+
.btn-default:active.focus,
|
|
3088
|
+
.btn-default.active.focus,
|
|
3089
|
+
.open > .dropdown-toggle.btn-default.focus {
|
|
3090
|
+
color: #333;
|
|
3091
|
+
background-color: #d4d4d4;
|
|
3092
|
+
border-color: #8c8c8c;
|
|
3093
|
+
}
|
|
2851
3094
|
.btn-default:active,
|
|
2852
3095
|
.btn-default.active,
|
|
2853
3096
|
.open > .dropdown-toggle.btn-default {
|
|
@@ -2880,18 +3123,39 @@ fieldset[disabled] .btn-default.active {
|
|
|
2880
3123
|
}
|
|
2881
3124
|
.btn-primary {
|
|
2882
3125
|
color: #fff;
|
|
2883
|
-
background-color: #
|
|
2884
|
-
border-color: #
|
|
3126
|
+
background-color: #337ab7;
|
|
3127
|
+
border-color: #2e6da4;
|
|
2885
3128
|
}
|
|
2886
|
-
.btn-primary:hover,
|
|
2887
3129
|
.btn-primary:focus,
|
|
2888
|
-
.btn-primary.focus
|
|
3130
|
+
.btn-primary.focus {
|
|
3131
|
+
color: #fff;
|
|
3132
|
+
background-color: #286090;
|
|
3133
|
+
border-color: #122b40;
|
|
3134
|
+
}
|
|
3135
|
+
.btn-primary:hover {
|
|
3136
|
+
color: #fff;
|
|
3137
|
+
background-color: #286090;
|
|
3138
|
+
border-color: #204d74;
|
|
3139
|
+
}
|
|
2889
3140
|
.btn-primary:active,
|
|
2890
3141
|
.btn-primary.active,
|
|
2891
3142
|
.open > .dropdown-toggle.btn-primary {
|
|
2892
3143
|
color: #fff;
|
|
2893
|
-
background-color: #
|
|
2894
|
-
border-color: #
|
|
3144
|
+
background-color: #286090;
|
|
3145
|
+
border-color: #204d74;
|
|
3146
|
+
}
|
|
3147
|
+
.btn-primary:active:hover,
|
|
3148
|
+
.btn-primary.active:hover,
|
|
3149
|
+
.open > .dropdown-toggle.btn-primary:hover,
|
|
3150
|
+
.btn-primary:active:focus,
|
|
3151
|
+
.btn-primary.active:focus,
|
|
3152
|
+
.open > .dropdown-toggle.btn-primary:focus,
|
|
3153
|
+
.btn-primary:active.focus,
|
|
3154
|
+
.btn-primary.active.focus,
|
|
3155
|
+
.open > .dropdown-toggle.btn-primary.focus {
|
|
3156
|
+
color: #fff;
|
|
3157
|
+
background-color: #204d74;
|
|
3158
|
+
border-color: #122b40;
|
|
2895
3159
|
}
|
|
2896
3160
|
.btn-primary:active,
|
|
2897
3161
|
.btn-primary.active,
|
|
@@ -2916,11 +3180,11 @@ fieldset[disabled] .btn-primary:active,
|
|
|
2916
3180
|
.btn-primary.disabled.active,
|
|
2917
3181
|
.btn-primary[disabled].active,
|
|
2918
3182
|
fieldset[disabled] .btn-primary.active {
|
|
2919
|
-
background-color: #
|
|
2920
|
-
border-color: #
|
|
3183
|
+
background-color: #337ab7;
|
|
3184
|
+
border-color: #2e6da4;
|
|
2921
3185
|
}
|
|
2922
3186
|
.btn-primary .badge {
|
|
2923
|
-
color: #
|
|
3187
|
+
color: #337ab7;
|
|
2924
3188
|
background-color: #fff;
|
|
2925
3189
|
}
|
|
2926
3190
|
.btn-success {
|
|
@@ -2928,9 +3192,17 @@ fieldset[disabled] .btn-primary.active {
|
|
|
2928
3192
|
background-color: #5cb85c;
|
|
2929
3193
|
border-color: #4cae4c;
|
|
2930
3194
|
}
|
|
2931
|
-
.btn-success:hover,
|
|
2932
3195
|
.btn-success:focus,
|
|
2933
|
-
.btn-success.focus
|
|
3196
|
+
.btn-success.focus {
|
|
3197
|
+
color: #fff;
|
|
3198
|
+
background-color: #449d44;
|
|
3199
|
+
border-color: #255625;
|
|
3200
|
+
}
|
|
3201
|
+
.btn-success:hover {
|
|
3202
|
+
color: #fff;
|
|
3203
|
+
background-color: #449d44;
|
|
3204
|
+
border-color: #398439;
|
|
3205
|
+
}
|
|
2934
3206
|
.btn-success:active,
|
|
2935
3207
|
.btn-success.active,
|
|
2936
3208
|
.open > .dropdown-toggle.btn-success {
|
|
@@ -2938,6 +3210,19 @@ fieldset[disabled] .btn-primary.active {
|
|
|
2938
3210
|
background-color: #449d44;
|
|
2939
3211
|
border-color: #398439;
|
|
2940
3212
|
}
|
|
3213
|
+
.btn-success:active:hover,
|
|
3214
|
+
.btn-success.active:hover,
|
|
3215
|
+
.open > .dropdown-toggle.btn-success:hover,
|
|
3216
|
+
.btn-success:active:focus,
|
|
3217
|
+
.btn-success.active:focus,
|
|
3218
|
+
.open > .dropdown-toggle.btn-success:focus,
|
|
3219
|
+
.btn-success:active.focus,
|
|
3220
|
+
.btn-success.active.focus,
|
|
3221
|
+
.open > .dropdown-toggle.btn-success.focus {
|
|
3222
|
+
color: #fff;
|
|
3223
|
+
background-color: #398439;
|
|
3224
|
+
border-color: #255625;
|
|
3225
|
+
}
|
|
2941
3226
|
.btn-success:active,
|
|
2942
3227
|
.btn-success.active,
|
|
2943
3228
|
.open > .dropdown-toggle.btn-success {
|
|
@@ -2973,9 +3258,17 @@ fieldset[disabled] .btn-success.active {
|
|
|
2973
3258
|
background-color: #5bc0de;
|
|
2974
3259
|
border-color: #46b8da;
|
|
2975
3260
|
}
|
|
2976
|
-
.btn-info:hover,
|
|
2977
3261
|
.btn-info:focus,
|
|
2978
|
-
.btn-info.focus
|
|
3262
|
+
.btn-info.focus {
|
|
3263
|
+
color: #fff;
|
|
3264
|
+
background-color: #31b0d5;
|
|
3265
|
+
border-color: #1b6d85;
|
|
3266
|
+
}
|
|
3267
|
+
.btn-info:hover {
|
|
3268
|
+
color: #fff;
|
|
3269
|
+
background-color: #31b0d5;
|
|
3270
|
+
border-color: #269abc;
|
|
3271
|
+
}
|
|
2979
3272
|
.btn-info:active,
|
|
2980
3273
|
.btn-info.active,
|
|
2981
3274
|
.open > .dropdown-toggle.btn-info {
|
|
@@ -2983,6 +3276,19 @@ fieldset[disabled] .btn-success.active {
|
|
|
2983
3276
|
background-color: #31b0d5;
|
|
2984
3277
|
border-color: #269abc;
|
|
2985
3278
|
}
|
|
3279
|
+
.btn-info:active:hover,
|
|
3280
|
+
.btn-info.active:hover,
|
|
3281
|
+
.open > .dropdown-toggle.btn-info:hover,
|
|
3282
|
+
.btn-info:active:focus,
|
|
3283
|
+
.btn-info.active:focus,
|
|
3284
|
+
.open > .dropdown-toggle.btn-info:focus,
|
|
3285
|
+
.btn-info:active.focus,
|
|
3286
|
+
.btn-info.active.focus,
|
|
3287
|
+
.open > .dropdown-toggle.btn-info.focus {
|
|
3288
|
+
color: #fff;
|
|
3289
|
+
background-color: #269abc;
|
|
3290
|
+
border-color: #1b6d85;
|
|
3291
|
+
}
|
|
2986
3292
|
.btn-info:active,
|
|
2987
3293
|
.btn-info.active,
|
|
2988
3294
|
.open > .dropdown-toggle.btn-info {
|
|
@@ -3018,9 +3324,17 @@ fieldset[disabled] .btn-info.active {
|
|
|
3018
3324
|
background-color: #f0ad4e;
|
|
3019
3325
|
border-color: #eea236;
|
|
3020
3326
|
}
|
|
3021
|
-
.btn-warning:hover,
|
|
3022
3327
|
.btn-warning:focus,
|
|
3023
|
-
.btn-warning.focus
|
|
3328
|
+
.btn-warning.focus {
|
|
3329
|
+
color: #fff;
|
|
3330
|
+
background-color: #ec971f;
|
|
3331
|
+
border-color: #985f0d;
|
|
3332
|
+
}
|
|
3333
|
+
.btn-warning:hover {
|
|
3334
|
+
color: #fff;
|
|
3335
|
+
background-color: #ec971f;
|
|
3336
|
+
border-color: #d58512;
|
|
3337
|
+
}
|
|
3024
3338
|
.btn-warning:active,
|
|
3025
3339
|
.btn-warning.active,
|
|
3026
3340
|
.open > .dropdown-toggle.btn-warning {
|
|
@@ -3028,6 +3342,19 @@ fieldset[disabled] .btn-info.active {
|
|
|
3028
3342
|
background-color: #ec971f;
|
|
3029
3343
|
border-color: #d58512;
|
|
3030
3344
|
}
|
|
3345
|
+
.btn-warning:active:hover,
|
|
3346
|
+
.btn-warning.active:hover,
|
|
3347
|
+
.open > .dropdown-toggle.btn-warning:hover,
|
|
3348
|
+
.btn-warning:active:focus,
|
|
3349
|
+
.btn-warning.active:focus,
|
|
3350
|
+
.open > .dropdown-toggle.btn-warning:focus,
|
|
3351
|
+
.btn-warning:active.focus,
|
|
3352
|
+
.btn-warning.active.focus,
|
|
3353
|
+
.open > .dropdown-toggle.btn-warning.focus {
|
|
3354
|
+
color: #fff;
|
|
3355
|
+
background-color: #d58512;
|
|
3356
|
+
border-color: #985f0d;
|
|
3357
|
+
}
|
|
3031
3358
|
.btn-warning:active,
|
|
3032
3359
|
.btn-warning.active,
|
|
3033
3360
|
.open > .dropdown-toggle.btn-warning {
|
|
@@ -3063,9 +3390,17 @@ fieldset[disabled] .btn-warning.active {
|
|
|
3063
3390
|
background-color: #d9534f;
|
|
3064
3391
|
border-color: #d43f3a;
|
|
3065
3392
|
}
|
|
3066
|
-
.btn-danger:hover,
|
|
3067
3393
|
.btn-danger:focus,
|
|
3068
|
-
.btn-danger.focus
|
|
3394
|
+
.btn-danger.focus {
|
|
3395
|
+
color: #fff;
|
|
3396
|
+
background-color: #c9302c;
|
|
3397
|
+
border-color: #761c19;
|
|
3398
|
+
}
|
|
3399
|
+
.btn-danger:hover {
|
|
3400
|
+
color: #fff;
|
|
3401
|
+
background-color: #c9302c;
|
|
3402
|
+
border-color: #ac2925;
|
|
3403
|
+
}
|
|
3069
3404
|
.btn-danger:active,
|
|
3070
3405
|
.btn-danger.active,
|
|
3071
3406
|
.open > .dropdown-toggle.btn-danger {
|
|
@@ -3073,6 +3408,19 @@ fieldset[disabled] .btn-warning.active {
|
|
|
3073
3408
|
background-color: #c9302c;
|
|
3074
3409
|
border-color: #ac2925;
|
|
3075
3410
|
}
|
|
3411
|
+
.btn-danger:active:hover,
|
|
3412
|
+
.btn-danger.active:hover,
|
|
3413
|
+
.open > .dropdown-toggle.btn-danger:hover,
|
|
3414
|
+
.btn-danger:active:focus,
|
|
3415
|
+
.btn-danger.active:focus,
|
|
3416
|
+
.open > .dropdown-toggle.btn-danger:focus,
|
|
3417
|
+
.btn-danger:active.focus,
|
|
3418
|
+
.btn-danger.active.focus,
|
|
3419
|
+
.open > .dropdown-toggle.btn-danger.focus {
|
|
3420
|
+
color: #fff;
|
|
3421
|
+
background-color: #ac2925;
|
|
3422
|
+
border-color: #761c19;
|
|
3423
|
+
}
|
|
3076
3424
|
.btn-danger:active,
|
|
3077
3425
|
.btn-danger.active,
|
|
3078
3426
|
.open > .dropdown-toggle.btn-danger {
|
|
@@ -3105,7 +3453,7 @@ fieldset[disabled] .btn-danger.active {
|
|
|
3105
3453
|
}
|
|
3106
3454
|
.btn-link {
|
|
3107
3455
|
font-weight: normal;
|
|
3108
|
-
color: #
|
|
3456
|
+
color: #337ab7;
|
|
3109
3457
|
border-radius: 0;
|
|
3110
3458
|
}
|
|
3111
3459
|
.btn-link,
|
|
@@ -3125,7 +3473,7 @@ fieldset[disabled] .btn-link {
|
|
|
3125
3473
|
}
|
|
3126
3474
|
.btn-link:hover,
|
|
3127
3475
|
.btn-link:focus {
|
|
3128
|
-
color: #
|
|
3476
|
+
color: #23527c;
|
|
3129
3477
|
text-decoration: underline;
|
|
3130
3478
|
background-color: transparent;
|
|
3131
3479
|
}
|
|
@@ -3140,7 +3488,7 @@ fieldset[disabled] .btn-link:focus {
|
|
|
3140
3488
|
.btn-group-lg > .btn {
|
|
3141
3489
|
padding: 10px 16px;
|
|
3142
3490
|
font-size: 18px;
|
|
3143
|
-
line-height: 1.
|
|
3491
|
+
line-height: 1.3333333;
|
|
3144
3492
|
border-radius: 6px;
|
|
3145
3493
|
}
|
|
3146
3494
|
.btn-sm,
|
|
@@ -3180,11 +3528,9 @@ input[type="button"].btn-block {
|
|
|
3180
3528
|
}
|
|
3181
3529
|
.collapse {
|
|
3182
3530
|
display: none;
|
|
3183
|
-
visibility: hidden;
|
|
3184
3531
|
}
|
|
3185
3532
|
.collapse.in {
|
|
3186
3533
|
display: block;
|
|
3187
|
-
visibility: visible;
|
|
3188
3534
|
}
|
|
3189
3535
|
tr.collapse.in {
|
|
3190
3536
|
display: table-row;
|
|
@@ -3212,10 +3558,12 @@ tbody.collapse.in {
|
|
|
3212
3558
|
height: 0;
|
|
3213
3559
|
margin-left: 2px;
|
|
3214
3560
|
vertical-align: middle;
|
|
3215
|
-
border-top: 4px
|
|
3561
|
+
border-top: 4px dashed;
|
|
3562
|
+
border-top: 4px solid \9;
|
|
3216
3563
|
border-right: 4px solid transparent;
|
|
3217
3564
|
border-left: 4px solid transparent;
|
|
3218
3565
|
}
|
|
3566
|
+
.dropup,
|
|
3219
3567
|
.dropdown {
|
|
3220
3568
|
position: relative;
|
|
3221
3569
|
}
|
|
@@ -3274,7 +3622,7 @@ tbody.collapse.in {
|
|
|
3274
3622
|
.dropdown-menu > .active > a:focus {
|
|
3275
3623
|
color: #fff;
|
|
3276
3624
|
text-decoration: none;
|
|
3277
|
-
background-color: #
|
|
3625
|
+
background-color: #337ab7;
|
|
3278
3626
|
outline: 0;
|
|
3279
3627
|
}
|
|
3280
3628
|
.dropdown-menu > .disabled > a,
|
|
@@ -3328,13 +3676,14 @@ tbody.collapse.in {
|
|
|
3328
3676
|
.navbar-fixed-bottom .dropdown .caret {
|
|
3329
3677
|
content: "";
|
|
3330
3678
|
border-top: 0;
|
|
3331
|
-
border-bottom: 4px
|
|
3679
|
+
border-bottom: 4px dashed;
|
|
3680
|
+
border-bottom: 4px solid \9;
|
|
3332
3681
|
}
|
|
3333
3682
|
.dropup .dropdown-menu,
|
|
3334
3683
|
.navbar-fixed-bottom .dropdown .dropdown-menu {
|
|
3335
3684
|
top: auto;
|
|
3336
3685
|
bottom: 100%;
|
|
3337
|
-
margin-bottom:
|
|
3686
|
+
margin-bottom: 2px;
|
|
3338
3687
|
}
|
|
3339
3688
|
@media (min-width: 768px) {
|
|
3340
3689
|
.navbar-right .dropdown-menu {
|
|
@@ -3367,10 +3716,6 @@ tbody.collapse.in {
|
|
|
3367
3716
|
.btn-group-vertical > .btn.active {
|
|
3368
3717
|
z-index: 2;
|
|
3369
3718
|
}
|
|
3370
|
-
.btn-group > .btn:focus,
|
|
3371
|
-
.btn-group-vertical > .btn:focus {
|
|
3372
|
-
outline: 0;
|
|
3373
|
-
}
|
|
3374
3719
|
.btn-group .btn + .btn,
|
|
3375
3720
|
.btn-group .btn + .btn-group,
|
|
3376
3721
|
.btn-group .btn-group + .btn,
|
|
@@ -3380,6 +3725,7 @@ tbody.collapse.in {
|
|
|
3380
3725
|
.btn-toolbar {
|
|
3381
3726
|
margin-left: -5px;
|
|
3382
3727
|
}
|
|
3728
|
+
.btn-toolbar .btn,
|
|
3383
3729
|
.btn-toolbar .btn-group,
|
|
3384
3730
|
.btn-toolbar .input-group {
|
|
3385
3731
|
float: left;
|
|
@@ -3410,12 +3756,12 @@ tbody.collapse.in {
|
|
|
3410
3756
|
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
|
|
3411
3757
|
border-radius: 0;
|
|
3412
3758
|
}
|
|
3413
|
-
.btn-group > .btn-group:first-child > .btn:last-child,
|
|
3414
|
-
.btn-group > .btn-group:first-child > .dropdown-toggle {
|
|
3759
|
+
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
|
|
3760
|
+
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
|
3415
3761
|
border-top-right-radius: 0;
|
|
3416
3762
|
border-bottom-right-radius: 0;
|
|
3417
3763
|
}
|
|
3418
|
-
.btn-group > .btn-group:last-child > .btn:first-child {
|
|
3764
|
+
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
|
3419
3765
|
border-top-left-radius: 0;
|
|
3420
3766
|
border-bottom-left-radius: 0;
|
|
3421
3767
|
}
|
|
@@ -3541,7 +3887,7 @@ tbody.collapse.in {
|
|
|
3541
3887
|
height: 46px;
|
|
3542
3888
|
padding: 10px 16px;
|
|
3543
3889
|
font-size: 18px;
|
|
3544
|
-
line-height: 1.
|
|
3890
|
+
line-height: 1.3333333;
|
|
3545
3891
|
border-radius: 6px;
|
|
3546
3892
|
}
|
|
3547
3893
|
select.input-group-lg > .form-control,
|
|
@@ -3670,6 +4016,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
|
3670
4016
|
}
|
|
3671
4017
|
.input-group-btn:last-child > .btn,
|
|
3672
4018
|
.input-group-btn:last-child > .btn-group {
|
|
4019
|
+
z-index: 2;
|
|
3673
4020
|
margin-left: -1px;
|
|
3674
4021
|
}
|
|
3675
4022
|
.nav {
|
|
@@ -3705,7 +4052,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
|
3705
4052
|
.nav .open > a:hover,
|
|
3706
4053
|
.nav .open > a:focus {
|
|
3707
4054
|
background-color: #eee;
|
|
3708
|
-
border-color: #
|
|
4055
|
+
border-color: #337ab7;
|
|
3709
4056
|
}
|
|
3710
4057
|
.nav .nav-divider {
|
|
3711
4058
|
height: 1px;
|
|
@@ -3798,7 +4145,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
|
3798
4145
|
.nav-pills > li.active > a:hover,
|
|
3799
4146
|
.nav-pills > li.active > a:focus {
|
|
3800
4147
|
color: #fff;
|
|
3801
|
-
background-color: #
|
|
4148
|
+
background-color: #337ab7;
|
|
3802
4149
|
}
|
|
3803
4150
|
.nav-stacked > li {
|
|
3804
4151
|
float: none;
|
|
@@ -3855,11 +4202,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
|
3855
4202
|
}
|
|
3856
4203
|
.tab-content > .tab-pane {
|
|
3857
4204
|
display: none;
|
|
3858
|
-
visibility: hidden;
|
|
3859
4205
|
}
|
|
3860
4206
|
.tab-content > .active {
|
|
3861
4207
|
display: block;
|
|
3862
|
-
visibility: visible;
|
|
3863
4208
|
}
|
|
3864
4209
|
.nav-tabs .dropdown-menu {
|
|
3865
4210
|
margin-top: -1px;
|
|
@@ -3906,7 +4251,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
|
3906
4251
|
height: auto !important;
|
|
3907
4252
|
padding-bottom: 0;
|
|
3908
4253
|
overflow: visible !important;
|
|
3909
|
-
visibility: visible !important;
|
|
3910
4254
|
}
|
|
3911
4255
|
.navbar-collapse.in {
|
|
3912
4256
|
overflow-y: visible;
|
|
@@ -4155,6 +4499,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
|
4155
4499
|
border-top-right-radius: 0;
|
|
4156
4500
|
}
|
|
4157
4501
|
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
|
4502
|
+
margin-bottom: 0;
|
|
4503
|
+
border-top-left-radius: 4px;
|
|
4504
|
+
border-top-right-radius: 4px;
|
|
4158
4505
|
border-bottom-right-radius: 0;
|
|
4159
4506
|
border-bottom-left-radius: 0;
|
|
4160
4507
|
}
|
|
@@ -4425,7 +4772,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
|
4425
4772
|
padding: 6px 12px;
|
|
4426
4773
|
margin-left: -1px;
|
|
4427
4774
|
line-height: 1.42857143;
|
|
4428
|
-
color: #
|
|
4775
|
+
color: #337ab7;
|
|
4429
4776
|
text-decoration: none;
|
|
4430
4777
|
background-color: #fff;
|
|
4431
4778
|
border: 1px solid #ddd;
|
|
@@ -4445,7 +4792,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
|
4445
4792
|
.pagination > li > span:hover,
|
|
4446
4793
|
.pagination > li > a:focus,
|
|
4447
4794
|
.pagination > li > span:focus {
|
|
4448
|
-
|
|
4795
|
+
z-index: 3;
|
|
4796
|
+
color: #23527c;
|
|
4449
4797
|
background-color: #eee;
|
|
4450
4798
|
border-color: #ddd;
|
|
4451
4799
|
}
|
|
@@ -4458,8 +4806,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
|
4458
4806
|
z-index: 2;
|
|
4459
4807
|
color: #fff;
|
|
4460
4808
|
cursor: default;
|
|
4461
|
-
background-color: #
|
|
4462
|
-
border-color: #
|
|
4809
|
+
background-color: #337ab7;
|
|
4810
|
+
border-color: #337ab7;
|
|
4463
4811
|
}
|
|
4464
4812
|
.pagination > .disabled > span,
|
|
4465
4813
|
.pagination > .disabled > span:hover,
|
|
@@ -4476,6 +4824,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
|
4476
4824
|
.pagination-lg > li > span {
|
|
4477
4825
|
padding: 10px 16px;
|
|
4478
4826
|
font-size: 18px;
|
|
4827
|
+
line-height: 1.3333333;
|
|
4479
4828
|
}
|
|
4480
4829
|
.pagination-lg > li:first-child > a,
|
|
4481
4830
|
.pagination-lg > li:first-child > span {
|
|
@@ -4491,6 +4840,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
|
4491
4840
|
.pagination-sm > li > span {
|
|
4492
4841
|
padding: 5px 10px;
|
|
4493
4842
|
font-size: 12px;
|
|
4843
|
+
line-height: 1.5;
|
|
4494
4844
|
}
|
|
4495
4845
|
.pagination-sm > li:first-child > a,
|
|
4496
4846
|
.pagination-sm > li:first-child > span {
|
|
@@ -4573,11 +4923,11 @@ a.label:focus {
|
|
|
4573
4923
|
background-color: #5e5e5e;
|
|
4574
4924
|
}
|
|
4575
4925
|
.label-primary {
|
|
4576
|
-
background-color: #
|
|
4926
|
+
background-color: #337ab7;
|
|
4577
4927
|
}
|
|
4578
4928
|
.label-primary[href]:hover,
|
|
4579
4929
|
.label-primary[href]:focus {
|
|
4580
|
-
background-color: #
|
|
4930
|
+
background-color: #286090;
|
|
4581
4931
|
}
|
|
4582
4932
|
.label-success {
|
|
4583
4933
|
background-color: #5cb85c;
|
|
@@ -4617,7 +4967,7 @@ a.label:focus {
|
|
|
4617
4967
|
color: #fff;
|
|
4618
4968
|
text-align: center;
|
|
4619
4969
|
white-space: nowrap;
|
|
4620
|
-
vertical-align:
|
|
4970
|
+
vertical-align: middle;
|
|
4621
4971
|
background-color: #777;
|
|
4622
4972
|
border-radius: 10px;
|
|
4623
4973
|
}
|
|
@@ -4628,7 +4978,8 @@ a.label:focus {
|
|
|
4628
4978
|
position: relative;
|
|
4629
4979
|
top: -1px;
|
|
4630
4980
|
}
|
|
4631
|
-
.btn-xs .badge
|
|
4981
|
+
.btn-xs .badge,
|
|
4982
|
+
.btn-group-xs > .btn .badge {
|
|
4632
4983
|
top: 0;
|
|
4633
4984
|
padding: 1px 5px;
|
|
4634
4985
|
}
|
|
@@ -4638,16 +4989,23 @@ a.badge:focus {
|
|
|
4638
4989
|
text-decoration: none;
|
|
4639
4990
|
cursor: pointer;
|
|
4640
4991
|
}
|
|
4641
|
-
|
|
4992
|
+
.list-group-item.active > .badge,
|
|
4642
4993
|
.nav-pills > .active > a > .badge {
|
|
4643
|
-
color: #
|
|
4994
|
+
color: #337ab7;
|
|
4644
4995
|
background-color: #fff;
|
|
4645
4996
|
}
|
|
4997
|
+
.list-group-item > .badge {
|
|
4998
|
+
float: right;
|
|
4999
|
+
}
|
|
5000
|
+
.list-group-item > .badge + .badge {
|
|
5001
|
+
margin-right: 5px;
|
|
5002
|
+
}
|
|
4646
5003
|
.nav-pills > li > a > .badge {
|
|
4647
5004
|
margin-left: 3px;
|
|
4648
5005
|
}
|
|
4649
5006
|
.jumbotron {
|
|
4650
|
-
padding: 30px
|
|
5007
|
+
padding-top: 30px;
|
|
5008
|
+
padding-bottom: 30px;
|
|
4651
5009
|
margin-bottom: 30px;
|
|
4652
5010
|
color: inherit;
|
|
4653
5011
|
background-color: #eee;
|
|
@@ -4673,9 +5031,11 @@ a.list-group-item.active > .badge,
|
|
|
4673
5031
|
}
|
|
4674
5032
|
@media screen and (min-width: 768px) {
|
|
4675
5033
|
.jumbotron {
|
|
4676
|
-
padding: 48px
|
|
5034
|
+
padding-top: 48px;
|
|
5035
|
+
padding-bottom: 48px;
|
|
4677
5036
|
}
|
|
4678
|
-
.container .jumbotron
|
|
5037
|
+
.container .jumbotron,
|
|
5038
|
+
.container-fluid .jumbotron {
|
|
4679
5039
|
padding-right: 60px;
|
|
4680
5040
|
padding-left: 60px;
|
|
4681
5041
|
}
|
|
@@ -4704,7 +5064,7 @@ a.list-group-item.active > .badge,
|
|
|
4704
5064
|
a.thumbnail:hover,
|
|
4705
5065
|
a.thumbnail:focus,
|
|
4706
5066
|
a.thumbnail.active {
|
|
4707
|
-
border-color: #
|
|
5067
|
+
border-color: #337ab7;
|
|
4708
5068
|
}
|
|
4709
5069
|
.thumbnail .caption {
|
|
4710
5070
|
padding: 9px;
|
|
@@ -4826,7 +5186,7 @@ a.thumbnail.active {
|
|
|
4826
5186
|
line-height: 20px;
|
|
4827
5187
|
color: #fff;
|
|
4828
5188
|
text-align: center;
|
|
4829
|
-
background-color: #
|
|
5189
|
+
background-color: #337ab7;
|
|
4830
5190
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
|
|
4831
5191
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
|
|
4832
5192
|
-webkit-transition: width .6s ease;
|
|
@@ -4885,6 +5245,20 @@ a.thumbnail.active {
|
|
|
4885
5245
|
.media:first-child {
|
|
4886
5246
|
margin-top: 0;
|
|
4887
5247
|
}
|
|
5248
|
+
.media,
|
|
5249
|
+
.media-body {
|
|
5250
|
+
overflow: hidden;
|
|
5251
|
+
zoom: 1;
|
|
5252
|
+
}
|
|
5253
|
+
.media-body {
|
|
5254
|
+
width: 10000px;
|
|
5255
|
+
}
|
|
5256
|
+
.media-object {
|
|
5257
|
+
display: block;
|
|
5258
|
+
}
|
|
5259
|
+
.media-object.img-thumbnail {
|
|
5260
|
+
max-width: none;
|
|
5261
|
+
}
|
|
4888
5262
|
.media-right,
|
|
4889
5263
|
.media > .pull-right {
|
|
4890
5264
|
padding-left: 10px;
|
|
@@ -4934,24 +5308,26 @@ a.thumbnail.active {
|
|
|
4934
5308
|
border-bottom-right-radius: 4px;
|
|
4935
5309
|
border-bottom-left-radius: 4px;
|
|
4936
5310
|
}
|
|
4937
|
-
.list-group-item
|
|
4938
|
-
|
|
4939
|
-
}
|
|
4940
|
-
.list-group-item > .badge + .badge {
|
|
4941
|
-
margin-right: 5px;
|
|
4942
|
-
}
|
|
4943
|
-
a.list-group-item {
|
|
5311
|
+
a.list-group-item,
|
|
5312
|
+
button.list-group-item {
|
|
4944
5313
|
color: #555;
|
|
4945
5314
|
}
|
|
4946
|
-
a.list-group-item .list-group-item-heading
|
|
5315
|
+
a.list-group-item .list-group-item-heading,
|
|
5316
|
+
button.list-group-item .list-group-item-heading {
|
|
4947
5317
|
color: #333;
|
|
4948
5318
|
}
|
|
4949
5319
|
a.list-group-item:hover,
|
|
4950
|
-
|
|
5320
|
+
button.list-group-item:hover,
|
|
5321
|
+
a.list-group-item:focus,
|
|
5322
|
+
button.list-group-item:focus {
|
|
4951
5323
|
color: #555;
|
|
4952
5324
|
text-decoration: none;
|
|
4953
5325
|
background-color: #f5f5f5;
|
|
4954
5326
|
}
|
|
5327
|
+
button.list-group-item {
|
|
5328
|
+
width: 100%;
|
|
5329
|
+
text-align: left;
|
|
5330
|
+
}
|
|
4955
5331
|
.list-group-item.disabled,
|
|
4956
5332
|
.list-group-item.disabled:hover,
|
|
4957
5333
|
.list-group-item.disabled:focus {
|
|
@@ -4974,8 +5350,8 @@ a.list-group-item:focus {
|
|
|
4974
5350
|
.list-group-item.active:focus {
|
|
4975
5351
|
z-index: 2;
|
|
4976
5352
|
color: #fff;
|
|
4977
|
-
background-color: #
|
|
4978
|
-
border-color: #
|
|
5353
|
+
background-color: #337ab7;
|
|
5354
|
+
border-color: #337ab7;
|
|
4979
5355
|
}
|
|
4980
5356
|
.list-group-item.active .list-group-item-heading,
|
|
4981
5357
|
.list-group-item.active:hover .list-group-item-heading,
|
|
@@ -4991,26 +5367,33 @@ a.list-group-item:focus {
|
|
|
4991
5367
|
.list-group-item.active .list-group-item-text,
|
|
4992
5368
|
.list-group-item.active:hover .list-group-item-text,
|
|
4993
5369
|
.list-group-item.active:focus .list-group-item-text {
|
|
4994
|
-
color: #
|
|
5370
|
+
color: #c7ddef;
|
|
4995
5371
|
}
|
|
4996
5372
|
.list-group-item-success {
|
|
4997
5373
|
color: #3c763d;
|
|
4998
5374
|
background-color: #dff0d8;
|
|
4999
5375
|
}
|
|
5000
|
-
a.list-group-item-success
|
|
5376
|
+
a.list-group-item-success,
|
|
5377
|
+
button.list-group-item-success {
|
|
5001
5378
|
color: #3c763d;
|
|
5002
5379
|
}
|
|
5003
|
-
a.list-group-item-success .list-group-item-heading
|
|
5380
|
+
a.list-group-item-success .list-group-item-heading,
|
|
5381
|
+
button.list-group-item-success .list-group-item-heading {
|
|
5004
5382
|
color: inherit;
|
|
5005
5383
|
}
|
|
5006
5384
|
a.list-group-item-success:hover,
|
|
5007
|
-
|
|
5385
|
+
button.list-group-item-success:hover,
|
|
5386
|
+
a.list-group-item-success:focus,
|
|
5387
|
+
button.list-group-item-success:focus {
|
|
5008
5388
|
color: #3c763d;
|
|
5009
5389
|
background-color: #d0e9c6;
|
|
5010
5390
|
}
|
|
5011
5391
|
a.list-group-item-success.active,
|
|
5392
|
+
button.list-group-item-success.active,
|
|
5012
5393
|
a.list-group-item-success.active:hover,
|
|
5013
|
-
|
|
5394
|
+
button.list-group-item-success.active:hover,
|
|
5395
|
+
a.list-group-item-success.active:focus,
|
|
5396
|
+
button.list-group-item-success.active:focus {
|
|
5014
5397
|
color: #fff;
|
|
5015
5398
|
background-color: #3c763d;
|
|
5016
5399
|
border-color: #3c763d;
|
|
@@ -5019,20 +5402,27 @@ a.list-group-item-success.active:focus {
|
|
|
5019
5402
|
color: #31708f;
|
|
5020
5403
|
background-color: #d9edf7;
|
|
5021
5404
|
}
|
|
5022
|
-
a.list-group-item-info
|
|
5405
|
+
a.list-group-item-info,
|
|
5406
|
+
button.list-group-item-info {
|
|
5023
5407
|
color: #31708f;
|
|
5024
5408
|
}
|
|
5025
|
-
a.list-group-item-info .list-group-item-heading
|
|
5409
|
+
a.list-group-item-info .list-group-item-heading,
|
|
5410
|
+
button.list-group-item-info .list-group-item-heading {
|
|
5026
5411
|
color: inherit;
|
|
5027
5412
|
}
|
|
5028
5413
|
a.list-group-item-info:hover,
|
|
5029
|
-
|
|
5414
|
+
button.list-group-item-info:hover,
|
|
5415
|
+
a.list-group-item-info:focus,
|
|
5416
|
+
button.list-group-item-info:focus {
|
|
5030
5417
|
color: #31708f;
|
|
5031
5418
|
background-color: #c4e3f3;
|
|
5032
5419
|
}
|
|
5033
5420
|
a.list-group-item-info.active,
|
|
5421
|
+
button.list-group-item-info.active,
|
|
5034
5422
|
a.list-group-item-info.active:hover,
|
|
5035
|
-
|
|
5423
|
+
button.list-group-item-info.active:hover,
|
|
5424
|
+
a.list-group-item-info.active:focus,
|
|
5425
|
+
button.list-group-item-info.active:focus {
|
|
5036
5426
|
color: #fff;
|
|
5037
5427
|
background-color: #31708f;
|
|
5038
5428
|
border-color: #31708f;
|
|
@@ -5041,20 +5431,27 @@ a.list-group-item-info.active:focus {
|
|
|
5041
5431
|
color: #8a6d3b;
|
|
5042
5432
|
background-color: #fcf8e3;
|
|
5043
5433
|
}
|
|
5044
|
-
a.list-group-item-warning
|
|
5434
|
+
a.list-group-item-warning,
|
|
5435
|
+
button.list-group-item-warning {
|
|
5045
5436
|
color: #8a6d3b;
|
|
5046
5437
|
}
|
|
5047
|
-
a.list-group-item-warning .list-group-item-heading
|
|
5438
|
+
a.list-group-item-warning .list-group-item-heading,
|
|
5439
|
+
button.list-group-item-warning .list-group-item-heading {
|
|
5048
5440
|
color: inherit;
|
|
5049
5441
|
}
|
|
5050
5442
|
a.list-group-item-warning:hover,
|
|
5051
|
-
|
|
5443
|
+
button.list-group-item-warning:hover,
|
|
5444
|
+
a.list-group-item-warning:focus,
|
|
5445
|
+
button.list-group-item-warning:focus {
|
|
5052
5446
|
color: #8a6d3b;
|
|
5053
5447
|
background-color: #faf2cc;
|
|
5054
5448
|
}
|
|
5055
5449
|
a.list-group-item-warning.active,
|
|
5450
|
+
button.list-group-item-warning.active,
|
|
5056
5451
|
a.list-group-item-warning.active:hover,
|
|
5057
|
-
|
|
5452
|
+
button.list-group-item-warning.active:hover,
|
|
5453
|
+
a.list-group-item-warning.active:focus,
|
|
5454
|
+
button.list-group-item-warning.active:focus {
|
|
5058
5455
|
color: #fff;
|
|
5059
5456
|
background-color: #8a6d3b;
|
|
5060
5457
|
border-color: #8a6d3b;
|
|
@@ -5063,20 +5460,27 @@ a.list-group-item-warning.active:focus {
|
|
|
5063
5460
|
color: #a94442;
|
|
5064
5461
|
background-color: #f2dede;
|
|
5065
5462
|
}
|
|
5066
|
-
a.list-group-item-danger
|
|
5463
|
+
a.list-group-item-danger,
|
|
5464
|
+
button.list-group-item-danger {
|
|
5067
5465
|
color: #a94442;
|
|
5068
5466
|
}
|
|
5069
|
-
a.list-group-item-danger .list-group-item-heading
|
|
5467
|
+
a.list-group-item-danger .list-group-item-heading,
|
|
5468
|
+
button.list-group-item-danger .list-group-item-heading {
|
|
5070
5469
|
color: inherit;
|
|
5071
5470
|
}
|
|
5072
5471
|
a.list-group-item-danger:hover,
|
|
5073
|
-
|
|
5472
|
+
button.list-group-item-danger:hover,
|
|
5473
|
+
a.list-group-item-danger:focus,
|
|
5474
|
+
button.list-group-item-danger:focus {
|
|
5074
5475
|
color: #a94442;
|
|
5075
5476
|
background-color: #ebcccc;
|
|
5076
5477
|
}
|
|
5077
5478
|
a.list-group-item-danger.active,
|
|
5479
|
+
button.list-group-item-danger.active,
|
|
5078
5480
|
a.list-group-item-danger.active:hover,
|
|
5079
|
-
|
|
5481
|
+
button.list-group-item-danger.active:hover,
|
|
5482
|
+
a.list-group-item-danger.active:focus,
|
|
5483
|
+
button.list-group-item-danger.active:focus {
|
|
5080
5484
|
color: #fff;
|
|
5081
5485
|
background-color: #a94442;
|
|
5082
5486
|
border-color: #a94442;
|
|
@@ -5115,7 +5519,11 @@ a.list-group-item-danger.active:focus {
|
|
|
5115
5519
|
font-size: 16px;
|
|
5116
5520
|
color: inherit;
|
|
5117
5521
|
}
|
|
5118
|
-
.panel-title > a
|
|
5522
|
+
.panel-title > a,
|
|
5523
|
+
.panel-title > small,
|
|
5524
|
+
.panel-title > .small,
|
|
5525
|
+
.panel-title > small > a,
|
|
5526
|
+
.panel-title > .small > a {
|
|
5119
5527
|
color: inherit;
|
|
5120
5528
|
}
|
|
5121
5529
|
.panel-footer {
|
|
@@ -5146,6 +5554,10 @@ a.list-group-item-danger.active:focus {
|
|
|
5146
5554
|
border-bottom-right-radius: 3px;
|
|
5147
5555
|
border-bottom-left-radius: 3px;
|
|
5148
5556
|
}
|
|
5557
|
+
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
|
|
5558
|
+
border-top-left-radius: 0;
|
|
5559
|
+
border-top-right-radius: 0;
|
|
5560
|
+
}
|
|
5149
5561
|
.panel-heading + .list-group .list-group-item:first-child {
|
|
5150
5562
|
border-top-width: 0;
|
|
5151
5563
|
}
|
|
@@ -5335,22 +5747,22 @@ a.list-group-item-danger.active:focus {
|
|
|
5335
5747
|
border-bottom-color: #ddd;
|
|
5336
5748
|
}
|
|
5337
5749
|
.panel-primary {
|
|
5338
|
-
border-color: #
|
|
5750
|
+
border-color: #337ab7;
|
|
5339
5751
|
}
|
|
5340
5752
|
.panel-primary > .panel-heading {
|
|
5341
5753
|
color: #fff;
|
|
5342
|
-
background-color: #
|
|
5343
|
-
border-color: #
|
|
5754
|
+
background-color: #337ab7;
|
|
5755
|
+
border-color: #337ab7;
|
|
5344
5756
|
}
|
|
5345
5757
|
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
|
|
5346
|
-
border-top-color: #
|
|
5758
|
+
border-top-color: #337ab7;
|
|
5347
5759
|
}
|
|
5348
5760
|
.panel-primary > .panel-heading .badge {
|
|
5349
|
-
color: #
|
|
5761
|
+
color: #337ab7;
|
|
5350
5762
|
background-color: #fff;
|
|
5351
5763
|
}
|
|
5352
5764
|
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
|
|
5353
|
-
border-bottom-color: #
|
|
5765
|
+
border-bottom-color: #337ab7;
|
|
5354
5766
|
}
|
|
5355
5767
|
.panel-success {
|
|
5356
5768
|
border-color: #d6e9c6;
|
|
@@ -5444,10 +5856,10 @@ a.list-group-item-danger.active:focus {
|
|
|
5444
5856
|
height: 100%;
|
|
5445
5857
|
border: 0;
|
|
5446
5858
|
}
|
|
5447
|
-
.embed-responsive
|
|
5859
|
+
.embed-responsive-16by9 {
|
|
5448
5860
|
padding-bottom: 56.25%;
|
|
5449
5861
|
}
|
|
5450
|
-
.embed-responsive
|
|
5862
|
+
.embed-responsive-4by3 {
|
|
5451
5863
|
padding-bottom: 75%;
|
|
5452
5864
|
}
|
|
5453
5865
|
.well {
|
|
@@ -5506,7 +5918,7 @@ button.close {
|
|
|
5506
5918
|
right: 0;
|
|
5507
5919
|
bottom: 0;
|
|
5508
5920
|
left: 0;
|
|
5509
|
-
z-index:
|
|
5921
|
+
z-index: 1050;
|
|
5510
5922
|
display: none;
|
|
5511
5923
|
overflow: hidden;
|
|
5512
5924
|
-webkit-overflow-scrolling: touch;
|
|
@@ -5554,6 +5966,7 @@ button.close {
|
|
|
5554
5966
|
right: 0;
|
|
5555
5967
|
bottom: 0;
|
|
5556
5968
|
left: 0;
|
|
5969
|
+
z-index: 1040;
|
|
5557
5970
|
background-color: #000;
|
|
5558
5971
|
}
|
|
5559
5972
|
.modal-backdrop.fade {
|
|
@@ -5624,11 +6037,25 @@ button.close {
|
|
|
5624
6037
|
position: absolute;
|
|
5625
6038
|
z-index: 1070;
|
|
5626
6039
|
display: block;
|
|
6040
|
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5627
6041
|
font-size: 12px;
|
|
5628
|
-
|
|
5629
|
-
|
|
6042
|
+
font-style: normal;
|
|
6043
|
+
font-weight: normal;
|
|
6044
|
+
line-height: 1.42857143;
|
|
6045
|
+
text-align: left;
|
|
6046
|
+
text-align: start;
|
|
6047
|
+
text-decoration: none;
|
|
6048
|
+
text-shadow: none;
|
|
6049
|
+
text-transform: none;
|
|
6050
|
+
letter-spacing: normal;
|
|
6051
|
+
word-break: normal;
|
|
6052
|
+
word-spacing: normal;
|
|
6053
|
+
word-wrap: normal;
|
|
6054
|
+
white-space: normal;
|
|
5630
6055
|
filter: alpha(opacity=0);
|
|
5631
6056
|
opacity: 0;
|
|
6057
|
+
|
|
6058
|
+
line-break: auto;
|
|
5632
6059
|
}
|
|
5633
6060
|
.tooltip.in {
|
|
5634
6061
|
filter: alpha(opacity=90);
|
|
@@ -5655,7 +6082,6 @@ button.close {
|
|
|
5655
6082
|
padding: 3px 8px;
|
|
5656
6083
|
color: #fff;
|
|
5657
6084
|
text-align: center;
|
|
5658
|
-
text-decoration: none;
|
|
5659
6085
|
background-color: #000;
|
|
5660
6086
|
border-radius: 4px;
|
|
5661
6087
|
}
|
|
@@ -5674,14 +6100,16 @@ button.close {
|
|
|
5674
6100
|
border-top-color: #000;
|
|
5675
6101
|
}
|
|
5676
6102
|
.tooltip.top-left .tooltip-arrow {
|
|
6103
|
+
right: 5px;
|
|
5677
6104
|
bottom: 0;
|
|
5678
|
-
|
|
6105
|
+
margin-bottom: -5px;
|
|
5679
6106
|
border-width: 5px 5px 0;
|
|
5680
6107
|
border-top-color: #000;
|
|
5681
6108
|
}
|
|
5682
6109
|
.tooltip.top-right .tooltip-arrow {
|
|
5683
|
-
right: 5px;
|
|
5684
6110
|
bottom: 0;
|
|
6111
|
+
left: 5px;
|
|
6112
|
+
margin-bottom: -5px;
|
|
5685
6113
|
border-width: 5px 5px 0;
|
|
5686
6114
|
border-top-color: #000;
|
|
5687
6115
|
}
|
|
@@ -5708,13 +6136,15 @@ button.close {
|
|
|
5708
6136
|
}
|
|
5709
6137
|
.tooltip.bottom-left .tooltip-arrow {
|
|
5710
6138
|
top: 0;
|
|
5711
|
-
|
|
6139
|
+
right: 5px;
|
|
6140
|
+
margin-top: -5px;
|
|
5712
6141
|
border-width: 0 5px 5px;
|
|
5713
6142
|
border-bottom-color: #000;
|
|
5714
6143
|
}
|
|
5715
6144
|
.tooltip.bottom-right .tooltip-arrow {
|
|
5716
6145
|
top: 0;
|
|
5717
|
-
|
|
6146
|
+
left: 5px;
|
|
6147
|
+
margin-top: -5px;
|
|
5718
6148
|
border-width: 0 5px 5px;
|
|
5719
6149
|
border-bottom-color: #000;
|
|
5720
6150
|
}
|
|
@@ -5726,10 +6156,20 @@ button.close {
|
|
|
5726
6156
|
display: none;
|
|
5727
6157
|
max-width: 276px;
|
|
5728
6158
|
padding: 1px;
|
|
6159
|
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5729
6160
|
font-size: 14px;
|
|
6161
|
+
font-style: normal;
|
|
5730
6162
|
font-weight: normal;
|
|
5731
6163
|
line-height: 1.42857143;
|
|
5732
6164
|
text-align: left;
|
|
6165
|
+
text-align: start;
|
|
6166
|
+
text-decoration: none;
|
|
6167
|
+
text-shadow: none;
|
|
6168
|
+
text-transform: none;
|
|
6169
|
+
letter-spacing: normal;
|
|
6170
|
+
word-break: normal;
|
|
6171
|
+
word-spacing: normal;
|
|
6172
|
+
word-wrap: normal;
|
|
5733
6173
|
white-space: normal;
|
|
5734
6174
|
background-color: #fff;
|
|
5735
6175
|
-webkit-background-clip: padding-box;
|
|
@@ -5739,6 +6179,8 @@ button.close {
|
|
|
5739
6179
|
border-radius: 6px;
|
|
5740
6180
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
|
|
5741
6181
|
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
|
|
6182
|
+
|
|
6183
|
+
line-break: auto;
|
|
5742
6184
|
}
|
|
5743
6185
|
.popover.top {
|
|
5744
6186
|
margin-top: -10px;
|
|
@@ -5866,8 +6308,8 @@ button.close {
|
|
|
5866
6308
|
|
|
5867
6309
|
-webkit-backface-visibility: hidden;
|
|
5868
6310
|
backface-visibility: hidden;
|
|
5869
|
-
-webkit-perspective:
|
|
5870
|
-
perspective:
|
|
6311
|
+
-webkit-perspective: 1000px;
|
|
6312
|
+
perspective: 1000px;
|
|
5871
6313
|
}
|
|
5872
6314
|
.carousel-inner > .item.next,
|
|
5873
6315
|
.carousel-inner > .item.active.right {
|
|
@@ -5966,6 +6408,7 @@ button.close {
|
|
|
5966
6408
|
top: 50%;
|
|
5967
6409
|
z-index: 5;
|
|
5968
6410
|
display: inline-block;
|
|
6411
|
+
margin-top: -10px;
|
|
5969
6412
|
}
|
|
5970
6413
|
.carousel-control .icon-prev,
|
|
5971
6414
|
.carousel-control .glyphicon-chevron-left {
|
|
@@ -5981,8 +6424,8 @@ button.close {
|
|
|
5981
6424
|
.carousel-control .icon-next {
|
|
5982
6425
|
width: 20px;
|
|
5983
6426
|
height: 20px;
|
|
5984
|
-
margin-top: -10px;
|
|
5985
6427
|
font-family: serif;
|
|
6428
|
+
line-height: 1;
|
|
5986
6429
|
}
|
|
5987
6430
|
.carousel-control .icon-prev:before {
|
|
5988
6431
|
content: '\2039';
|
|
@@ -6140,7 +6583,6 @@ button.close {
|
|
|
6140
6583
|
}
|
|
6141
6584
|
.hidden {
|
|
6142
6585
|
display: none !important;
|
|
6143
|
-
visibility: hidden !important;
|
|
6144
6586
|
}
|
|
6145
6587
|
.affix {
|
|
6146
6588
|
position: fixed;
|
|
@@ -6173,7 +6615,7 @@ button.close {
|
|
|
6173
6615
|
display: block !important;
|
|
6174
6616
|
}
|
|
6175
6617
|
table.visible-xs {
|
|
6176
|
-
display: table;
|
|
6618
|
+
display: table !important;
|
|
6177
6619
|
}
|
|
6178
6620
|
tr.visible-xs {
|
|
6179
6621
|
display: table-row !important;
|
|
@@ -6203,7 +6645,7 @@ button.close {
|
|
|
6203
6645
|
display: block !important;
|
|
6204
6646
|
}
|
|
6205
6647
|
table.visible-sm {
|
|
6206
|
-
display: table;
|
|
6648
|
+
display: table !important;
|
|
6207
6649
|
}
|
|
6208
6650
|
tr.visible-sm {
|
|
6209
6651
|
display: table-row !important;
|
|
@@ -6233,7 +6675,7 @@ button.close {
|
|
|
6233
6675
|
display: block !important;
|
|
6234
6676
|
}
|
|
6235
6677
|
table.visible-md {
|
|
6236
|
-
display: table;
|
|
6678
|
+
display: table !important;
|
|
6237
6679
|
}
|
|
6238
6680
|
tr.visible-md {
|
|
6239
6681
|
display: table-row !important;
|
|
@@ -6263,7 +6705,7 @@ button.close {
|
|
|
6263
6705
|
display: block !important;
|
|
6264
6706
|
}
|
|
6265
6707
|
table.visible-lg {
|
|
6266
|
-
display: table;
|
|
6708
|
+
display: table !important;
|
|
6267
6709
|
}
|
|
6268
6710
|
tr.visible-lg {
|
|
6269
6711
|
display: table-row !important;
|
|
@@ -6316,7 +6758,7 @@ button.close {
|
|
|
6316
6758
|
display: block !important;
|
|
6317
6759
|
}
|
|
6318
6760
|
table.visible-print {
|
|
6319
|
-
display: table;
|
|
6761
|
+
display: table !important;
|
|
6320
6762
|
}
|
|
6321
6763
|
tr.visible-print {
|
|
6322
6764
|
display: table-row !important;
|