diff --git a/bower.json b/bower.json index 42e138f5..ea027b8d 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "angular-sanitize": "1.4.1-build.4058", "angular-animate": "1.4.1-build.4058", "angular-touch": "1.4.1-build.4058", - "nine-bootstrap": "https://ghe.ca-tools.org/stf/nine-bootstrap.git#dbf9fee2862daabae3d85b3b97feb0213e7f3b4d", + "nine-bootstrap": "https://ghe.ca-tools.org/stf/nine-bootstrap.git#de76f51c3db0da30b2f170d3435380307026875f", "lodash": "~3.9.3", "oboe": "~2.1.2", "ng-table": "git://github.com/esvit/ng-table.git#bd9ec42172389257fcd312330013302b2696ac2a", diff --git a/res/app/device-list/details/device-list-details.css b/res/app/device-list/details/device-list-details.css index 48a5208a..6fbadd42 100644 --- a/res/app/device-list/details/device-list-details.css +++ b/res/app/device-list/details/device-list-details.css @@ -11,3 +11,7 @@ margin-bottom: 0 !important; height: 17px !important; } + +.device-list-details-content .device-status.state-available { + font-weight: 600; +} diff --git a/res/app/device-list/icons/device-list-icons.css b/res/app/device-list/icons/device-list-icons.css index 0919f82a..9e84eea5 100644 --- a/res/app/device-list/icons/device-list-icons.css +++ b/res/app/device-list/icons/device-list-icons.css @@ -2,7 +2,6 @@ ul.devices-icon-view { margin: 0; display: inline-block; list-style-type: none; - /*font-weight: 300;*/ font-family: 'HelveticaNeue-UltraLight', Helvetica, Arial, sans-serif; } @@ -13,7 +12,7 @@ ul.devices-icon-view li { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; - border: 1px solid #e6e6e6; + border: 1px solid #e9e9e9; float: left; clear: none; margin: 6px; @@ -27,7 +26,6 @@ ul.devices-icon-view li:active { ul.devices-icon-view li:hover { - /*border: 1px solid dodgerblue;*/ background-color: #fcfcfc; } @@ -45,7 +43,6 @@ ul.devices-icon-view .device-photo-small img { width: auto; height: 90px; max-width: 95%; /* TODO: Fix this with a new container */ - /*box-shadow: 0 10px 5px rgba(255, 255, 255, 1);*/ } ul.devices-icon-view .device-name-bigtext { diff --git a/res/app/layout/stf-styles.css b/res/app/layout/stf-styles.css index 80a9a211..1c002904 100644 --- a/res/app/layout/stf-styles.css +++ b/res/app/layout/stf-styles.css @@ -437,6 +437,6 @@ fieldset[disabled] input[type="text"].form-control It prevented the y-scrolling of the parent while the mouse is positioned on the child element. */ -.pane-center { - overflow: inherit !important; -} + + +