blob: cb5777a1cfdd01f69c5a82a0781d084eb6040e59 [file] [log] [blame]
Bri Prebilic Cole5000a752015-02-23 17:20:53 -08001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Bri Prebilic Cole5000a752015-02-23 17:20:53 -08003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17/*
Simon Hunt58894c82016-05-24 15:09:02 -070018 ONOS GUI -- Toolbar Service (layout) -- CSS file
Bri Prebilic Cole5000a752015-02-23 17:20:53 -080019 */
20
Bri Prebilic Coledd805572015-08-04 16:54:08 -070021div.tbar-arrow {
22 position: absolute;
23 top: 53%;
24 left: 96%;
25 margin-right: -4%;
26 transform: translate(-50%, -50%);
27 cursor: pointer;
28}
29.safari div.tbar-arrow {
30 top: 46%;
31}
32.firefox div.tbar-arrow {
33 left: 97%;
34 margin-right: -3%;
35}
36
Bri Prebilic Cole812f6c02015-03-24 17:10:33 -070037.toolbar {
38 line-height: 125%;
39}
40.tbar-row {
41 display: inline-block;
42}
43
Bri Prebilic Colef7280d02015-02-24 16:20:47 -080044.separator {
45 border: 1px solid;
46 margin: 0 4px 0 4px;
Bri Prebilic Cole258f0462015-02-25 14:48:50 -080047 display: inline-block;
Simon Huntdf510012015-02-26 16:34:37 -080048 height: 23px;
49 width: 0;
Bri Prebilic Cole5000a752015-02-23 17:20:53 -080050}