You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
672 B
11 lines
672 B
/*
|
|
* # Semantic UI
|
|
* git://github.com/Semantic-Org/Semantic-UI.git#1.0
|
|
*
|
|
*
|
|
* Copyright 2014 Contributors
|
|
* Released under the MIT license
|
|
* http://opensource.org/licenses/MIT
|
|
*
|
|
*/
|
|
.ui.tab{display:none}.ui.tab.active,.ui.tab.open{display:block}.ui.tab.loading{position:relative;overflow:hidden;display:block;min-height:250px}.ui.tab.loading *{position:relative!important;left:-10000px!important}.ui.tab.loading:after{border:none;position:absolute;top:50px;left:0;content:'Loading...';color:rgba(0,0,0,.4);width:100%;height:100%;padding-top:50px;text-align:center;background:url(../themes/default/assets/images/loader-large.gif) 50% 0 no-repeat;visibility:visible}
|