Skip to content

Commit ff325d4

Browse files
committed
style update
1 parent d6a7227 commit ff325d4

File tree

2 files changed

+46
-8
lines changed

2 files changed

+46
-8
lines changed

web/css/main.css

Lines changed: 45 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,22 @@ td {
224224
font-family:Arial, Helvetica, sans-serif;
225225
}
226226

227-
.submenu-button {
228-
width: 130px;
227+
.submenu-button-select {
228+
width: 20px;
229+
height: 28px;
230+
cursor: pointer;
231+
color: #555;
232+
background-color: #fafafa;
233+
border: 1px solid #ccc;
234+
border-radius: 3px 3px 3px 3px;
235+
padding: 0;
236+
font-size: 9pt;
237+
font-weight: bold;
238+
font-family:Arial, Helvetica, sans-serif;
239+
}
240+
241+
.submenu-button-search {
242+
width: 96px;
229243
height: 28px;
230244
cursor: pointer;
231245
color: #555;
@@ -246,7 +260,13 @@ td {
246260
}
247261

248262
@-moz-document url-prefix() {
249-
.submenu-button {
263+
.submenu-button-select {
264+
padding-bottom: 2px;
265+
}
266+
}
267+
268+
@-moz-document url-prefix() {
269+
.submenu-button-search {
250270
padding-bottom: 2px;
251271
}
252272
}
@@ -256,7 +276,11 @@ td {
256276
background-color: #999;
257277
}
258278

259-
.submenu-button:hover {
279+
.submenu-button-select:hover {
280+
border: 1px solid #f79b44;
281+
}
282+
283+
.submenu-button-search:hover {
260284
border: 1px solid #f79b44;
261285
}
262286

@@ -265,7 +289,13 @@ td {
265289
background-color: #ccc;
266290
}
267291

268-
.submenu-button:active {
292+
.submenu-button-select:active {
293+
color: #fff;
294+
border: 1px solid #f79b44;
295+
background-color: #f79b44;
296+
}
297+
298+
.submenu-button-search:active {
269299
color: #fff;
270300
border: 1px solid #f79b44;
271301
background-color: #f79b44;
@@ -330,10 +360,18 @@ td {
330360
float: left;
331361
padding: 0px 3px 0px 3px;
332362
height: 26px;
333-
width: 250px;
363+
width: 232px;
334364
margin: 0 4px 0 0;
335365
}
336366

367+
.submenu-search-field:hover {
368+
border: 1px solid #f79b44;
369+
}
370+
371+
.submenu-search-field:focus {
372+
border: 1px solid #f79b44;
373+
}
374+
337375
.bottom {
338376
background-color: #ebe9dc;
339377
color: #555;
@@ -671,7 +709,7 @@ td {
671709
font-size: 12pt;
672710
padding: 5px;
673711
width: 360px;
674-
height: 120px;
712+
height: 90px;
675713
font-family:Arial, Helvetica, sans-serif;
676714
}
677715

web/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
55
<title>Vesta - <?php echo "$TAB"; ?> </title>
66
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
7-
<link type="text/css" href="/css/main.css?ver=1390333255" rel="stylesheet" />
7+
<link type="text/css" href="/css/main.css?ver=1396704430" rel="stylesheet" />
88
<!--[if IE 7]>
99
<link rel="stylesheet" type="text/css" href="/css/ie.css" />
1010
<style type="text/css">

0 commit comments

Comments
 (0)