Skip to content

Commit a858207

Browse files
author
arnau march
committed
Updated latest shared/style folders from gaia
1 parent c632d66 commit a858207

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

style/toolbars.css

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,33 @@
44

55
[role="toolbar"] {
66
display: flex;
7+
box-sizing: border-box;
78
height: 45px;
9+
width: 100%;
810
background: #fff;
11+
border-top: 1px solid #eee;
912
}
1013

1114
[role="toolbar"] button,
1215
[role="toolbar"] a {
16+
position: relative;
1317
flex: 1;
1418
border: none;
19+
border-left: 1px solid #e5e5e5;
1520
background-color: transparent;
1621
background-repeat: no-repeat;
1722
margin: 0;
1823
padding: 0;
1924
text-align: center;
20-
color: #858585;
25+
color: #919191;
2126
border-radius: 0;
2227
height: 100%;
28+
font-size: 0;
29+
}
30+
31+
[role="toolbar"] button:first-child,
32+
[role="toolbar"] a:first-child {
33+
border-left: none;
2334
}
2435

2536
[role="toolbar"] button:active,

style/toolbars/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
body {
2222
background: none;
2323
}
24+
25+
[role="toolbar"] {
26+
position: absolute;
27+
bottom: 0;
28+
}
2429
</style>
2530
</head>
2631

0 commit comments

Comments
 (0)