Skip to content

Commit

Permalink
Device list and details various fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunta committed Jun 15, 2015
1 parent 22c1348 commit 0a67ab7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions res/app/device-list/details/device-list-details.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
margin-bottom: 0 !important;
height: 17px !important;
}

.device-list-details-content .device-status.state-available {
font-weight: 600;
}
5 changes: 1 addition & 4 deletions res/app/device-list/icons/device-list-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -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;
Expand All @@ -27,7 +26,6 @@ ul.devices-icon-view li:active {


ul.devices-icon-view li:hover {
/*border: 1px solid dodgerblue;*/
background-color: #fcfcfc;
}

Expand All @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions res/app/layout/stf-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}



0 comments on commit 0a67ab7

Please sign in to comment.