2012-08-07 01:55:05 +02:00
|
|
|
//data-icon="cross-circle"
|
|
|
|
|
|
|
|
#Root_Documents{
|
|
|
|
table{
|
|
|
|
white-space:normal;
|
|
|
|
th{
|
|
|
|
&.col-action_SetOrderTitle, &.col-FilenameWithoutID{
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
td{
|
|
|
|
white-space:normal;
|
|
|
|
}
|
|
|
|
td.col-buttons{
|
|
|
|
white-space:nowrap;
|
|
|
|
.dms-delete-link-only{
|
|
|
|
.ui-icon{
|
|
|
|
background: url(../images/chain-unchain.png) no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-08-07 06:51:39 +02:00
|
|
|
|
|
|
|
|
|
|
|
.DMSDocumentAddController .ui-tabs{
|
|
|
|
ul.ui-tabs-nav{
|
|
|
|
border-bottom:none;
|
|
|
|
float: right;
|
|
|
|
margin: 8px 0 -1px 0;
|
|
|
|
padding: 0 24px 0 0;
|
|
|
|
li{
|
|
|
|
padding-bottom: 1px;
|
|
|
|
border: 1px solid #C0C0C2;
|
|
|
|
a{
|
|
|
|
padding: 8px 20px 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|