12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .portal{
- padding:0;
- margin:0;
- border:1px solid #99BBE8;
- overflow:auto;
- }
- .portal-noborder{
- border:0;
- }
- .portal-panel{
- margin-bottom:10px;
- }
- .portal-column-td{
- vertical-align:top;
- }
- .portal-column{
- padding:10px 0 10px 10px;
- overflow:hidden;
- }
- .portal-column-left{
- padding-left:10px;
- }
- .portal-column-right{
- padding-right:10px;
- }
- .portal-proxy{
- opacity:0.6;
- filter:alpha(opacity=60);
- }
- .portal-spacer{
- border:3px dashed #eee;
- margin-bottom:10px;
- }
- .panel-header{
- background: #FDFDFD;
- }
- .panel-title {
- background: url('images/blank.gif') no-repeat;
- }
- div.panel-title {
- color: #fff;
- }
- .icon-pending{
- background:url('images/pending.png') no-repeat center center;
- }
- .icon-addressList{
- background:url('images/report_user.png') no-repeat center center;
- }
- .icon-message{
- background:url('images/user_comment.png') no-repeat center center;
- }
- .icon-refresh{
- background:url('images/table_refresh.png') no-repeat center center;
- }
- .icon-viewmore{
- background:url('images/view_more.png') no-repeat center center;
- }
|