Skip to content

Commit

Permalink
removed unused battery div from toolbar (maybe part or the wrapping p…
Browse files Browse the repository at this point in the history
…roblem?); make drawers the full hight; prevent wrapping of title text
  • Loading branch information
Jason Calabrese committed Sep 19, 2014
1 parent 77dce9f commit 22678fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
15 changes: 7 additions & 8 deletions static/css/drawer.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
color: #eee;
display: none;
font-size: 16px;
height: calc(100% - 45px);
height: 100%;
overflow-y: auto;
position: absolute;
margin-top: 45px;
Expand All @@ -25,7 +25,7 @@
color: #eee;
display: none;
font-size: 16px;
height: calc(100% - 45px);
height: 100%;
overflow-y: auto;
position: absolute;
margin-top: 45px;
Expand Down Expand Up @@ -144,6 +144,10 @@ h1, legend,
margin-top: 0;
margin-left: 42px;
padding-top: 10px;
padding-right: 150px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#buttonbar {
padding-right: 10px;
Expand All @@ -153,12 +157,7 @@ h1, legend,
position: absolute;
right: 0;
}
#buttonbar div {
border-radius: 5px;
float: left;
height: 44px;
width: 44px;
}

#buttonbar a,
#buttonbar i {
color: #ccc;
Expand Down
3 changes: 1 addition & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
<link href="/images/round1.png" rel="icon" id="favicon" type="image/png" />
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.4.2" />
<link rel="stylesheet" type="text/css" href="/css/dropdown.css" />
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.4.2" />
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.4.2b" />
<link rel="stylesheet" type="text/css" href="/bower_components/tipsy-jmalonzo/src/stylesheets/tipsy.css" />
</head>
<body>
<div id="toolbar">
<div id="buttonbar">
<div style="visibility:hidden" id="battery" class="tip" original-title="Uploader Battery 75%"><i class="icon-battery-75"></i></div>
<a id="testAlarms" class="tip" original-title="Alarm Test / Smartphone Enable" href="#"><i class="icon-volume"></i></a>
<a id="hideToolbar" class="tip" original-title="Hides the toolbar" href="#"><i class="icon-angle-double-up"></i></a>
<a id="drawerToggle" class="tip" original-title="Settings" href="#"><i class="icon-cog"></i></a>
Expand Down

0 comments on commit 22678fd

Please sign in to comment.