Felix Meschberger | 534c5be | 2009-09-25 20:42:05 +0000 | [diff] [blame] | 1 | /* |
| 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 Valchev | 9b5df5f | 2010-03-22 12:45:31 +0000 | [diff] [blame] | 18 | .ui-tabs-paging-next { |
| 19 | float: right !important; |
Felix Meschberger | 529eb5a | 2009-09-15 11:37:08 +0000 | [diff] [blame] | 20 | } |
Valentin Valchev | 9b5df5f | 2010-03-22 12:45:31 +0000 | [diff] [blame] | 21 | .ui-tabs-paging-prev, |
| 22 | .ui-tabs-paging-next { |
| 23 | background: transparent !important; |
| 24 | border: 0 !important; |
| 25 | margin-bottom: 1px !important; |
Felix Meschberger | 6754bab | 2009-09-22 09:54:28 +0000 | [diff] [blame] | 26 | } |
Valentin Valchev | 9b5df5f | 2010-03-22 12:45:31 +0000 | [diff] [blame] | 27 | .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 Meschberger | 529eb5a | 2009-09-15 11:37:08 +0000 | [diff] [blame] | 38 | } |
Valentin Valchev | 9b5df5f | 2010-03-22 12:45:31 +0000 | [diff] [blame] | 39 | .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 Meschberger | 529eb5a | 2009-09-15 11:37:08 +0000 | [diff] [blame] | 46 | } |
Valentin Valchev | 9b5df5f | 2010-03-22 12:45:31 +0000 | [diff] [blame] | 47 | .ui-tabs-paging-disabled { visibility: hidden } |
Valentin Valchev | abcf540 | 2010-04-06 13:42:15 +0000 | [diff] [blame] | 48 | |
| 49 | #waitDlg { text-align: center; padding: 2em; font-weight: bold } |
Valentin Valchev | 1dccc2d | 2012-04-24 12:57:32 +0000 | [diff] [blame] | 50 | #waitDlg img { margin-right: 1em } |
| 51 | .ui-tabs-panel div {word-wrap:break-word} |