blob: a5748e85f23c8915b39a8a550e62ce7e2483c175 [file] [log] [blame]
Felix Meschberger534c5be2009-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 Valchev9b5df5f2010-03-22 12:45:31 +000018.ui-tabs-paging-next {
19 float: right !important;
Felix Meschberger529eb5a2009-09-15 11:37:08 +000020}
Valentin Valchev9b5df5f2010-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 Meschberger6754bab2009-09-22 09:54:28 +000026}
Valentin Valchev9b5df5f2010-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 Meschberger529eb5a2009-09-15 11:37:08 +000038}
Valentin Valchev9b5df5f2010-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 Meschberger529eb5a2009-09-15 11:37:08 +000046}
Valentin Valchev9b5df5f2010-03-22 12:45:31 +000047.ui-tabs-paging-disabled { visibility: hidden }
Valentin Valchevabcf5402010-04-06 13:42:15 +000048
49#waitDlg { text-align: center; padding: 2em; font-weight: bold }
Valentin Valchev1dccc2d2012-04-24 12:57:32 +000050#waitDlg img { margin-right: 1em }
51.ui-tabs-panel div {word-wrap:break-word}