blob: 4417fe4caca78e66e9abd16f627f833b644641d2 [file] [log] [blame]
Felix Meschberger25c62d62009-09-25 20:42:05 +00001/*
2 * Licensed to the Apache Software Foundation (ASF) under one or more
3 * contributor license agreements. See the NOTICE file distributed with
4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
Valentin Pavlov Valchevdd973af2010-03-22 12:45:31 +000018.ui-tabs-paging-next {
19 float: right !important;
Felix Meschberger11df4332009-09-15 11:37:08 +000020}
Valentin Pavlov Valchevdd973af2010-03-22 12:45:31 +000021.ui-tabs-paging-prev,
22.ui-tabs-paging-next {
23 background: transparent !important;
24 border: 0 !important;
25 margin-bottom: 1px !important;
Felix Meschberger1ecc6ec2009-09-22 09:54:28 +000026}
Valentin Pavlov Valchevdd973af2010-03-22 12:45:31 +000027.ui-tabs-paging-prev a,
28.ui-tabs-paging-next a {
29 display: block;
30 position: relative;
31 top: 1px;
32 border: 0;
33 z-index: 2;
34 padding: 0;
35 text-decoration: none;
36 background: transparent !important;
37 cursor: pointer;
Felix Meschberger11df4332009-09-15 11:37:08 +000038}
Valentin Pavlov Valchevdd973af2010-03-22 12:45:31 +000039.ui-tabs-paging-next a:hover,
40.ui-tabs-paging-next a:focus,
41.ui-tabs-paging-next a:active,
42.ui-tabs-paging-prev a:hover,
43.ui-tabs-paging-prev a:focus,
44.ui-tabs-paging-prev a:active {
45 background: transparent
Felix Meschberger11df4332009-09-15 11:37:08 +000046}
Valentin Pavlov Valchevdd973af2010-03-22 12:45:31 +000047.ui-tabs-paging-disabled { visibility: hidden }
Valentin Pavlov Valchev06471f12010-04-06 13:42:15 +000048
49#waitDlg { text-align: center; padding: 2em; font-weight: bold }
50#waitDlg img { margin-right: 1em }