Skip to content

Commit 22678fd

Browse files
author
Jason Calabrese
committed
removed unused battery div from toolbar (maybe part or the wrapping problem?); make drawers the full hight; prevent wrapping of title text
1 parent 77dce9f commit 22678fd

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

static/css/drawer.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
color: #eee;
66
display: none;
77
font-size: 16px;
8-
height: calc(100% - 45px);
8+
height: 100%;
99
overflow-y: auto;
1010
position: absolute;
1111
margin-top: 45px;
@@ -25,7 +25,7 @@
2525
color: #eee;
2626
display: none;
2727
font-size: 16px;
28-
height: calc(100% - 45px);
28+
height: 100%;
2929
overflow-y: auto;
3030
position: absolute;
3131
margin-top: 45px;
@@ -144,6 +144,10 @@ h1, legend,
144144
margin-top: 0;
145145
margin-left: 42px;
146146
padding-top: 10px;
147+
padding-right: 150px;
148+
white-space: nowrap;
149+
text-overflow: ellipsis;
150+
overflow: hidden;
147151
}
148152
#buttonbar {
149153
padding-right: 10px;
@@ -153,12 +157,7 @@ h1, legend,
153157
position: absolute;
154158
right: 0;
155159
}
156-
#buttonbar div {
157-
border-radius: 5px;
158-
float: left;
159-
height: 44px;
160-
width: 44px;
161-
}
160+
162161
#buttonbar a,
163162
#buttonbar i {
164163
color: #ccc;

static/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
<link href="/images/round1.png" rel="icon" id="favicon" type="image/png" />
99
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.4.2" />
1010
<link rel="stylesheet" type="text/css" href="/css/dropdown.css" />
11-
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.4.2" />
11+
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.4.2b" />
1212
<link rel="stylesheet" type="text/css" href="/bower_components/tipsy-jmalonzo/src/stylesheets/tipsy.css" />
1313
</head>
1414
<body>
1515
<div id="toolbar">
1616
<div id="buttonbar">
17-
<div style="visibility:hidden" id="battery" class="tip" original-title="Uploader Battery 75%"><i class="icon-battery-75"></i></div>
1817
<a id="testAlarms" class="tip" original-title="Alarm Test / Smartphone Enable" href="#"><i class="icon-volume"></i></a>
1918
<a id="hideToolbar" class="tip" original-title="Hides the toolbar" href="#"><i class="icon-angle-double-up"></i></a>
2019
<a id="drawerToggle" class="tip" original-title="Settings" href="#"><i class="icon-cog"></i></a>

0 commit comments

Comments
 (0)