Add css class for vfs-select button caption. Additionally, re-arrange link_to widget styles for all app link tabs

This commit is contained in:
Hadi Nategh 2014-04-30 11:02:13 +00:00
parent e85816cce9
commit b5357e23eb

View File

@ -456,7 +456,9 @@ div.et2_file {
display: inline-block; display: inline-block;
position: relative; position: relative;
vertical-align: middle; vertical-align: middle;
width: 150px; width: 37%;
margin-left: 8px;
margin-top: 0;
} }
.et2_file .progress { .et2_file .progress {
width: 300px; width: 300px;
@ -508,12 +510,13 @@ span.et2_file_span{
text-align: left; text-align: left;
text-indent: 18px; text-indent: 18px;
white-space: nowrap; white-space: nowrap;
margin-top:0;
} }
div.et2_file input.et2_file_upload{ div.et2_file input.et2_file_upload{
position: absolute; position: absolute;
top: 4px; top: 4px;
cursor: pointer; cursor: pointer;
width: 143px; width: 98%;
opacity: 0; opacity: 0;
} }
/** /**
@ -580,13 +583,11 @@ div.et2_link_entry input.ui-autocomplete-input {
} }
/* Link to */ /* Link to */
.et2_link_to { .et2_link_to {
width: 350px;
overflow-x: visible; overflow-x: visible;
} }
.et2_link_to button { .et2_link_to button {
display: inline; display: inline;
float: right; float: right;
margin-right: 56px;
} }
.et2_link_to span.status { .et2_link_to span.status {
background-repeat: no-repeat; background-repeat: no-repeat;
@ -754,6 +755,18 @@ ul.et2_vfs {
.et2_vfs li.vfsFilename:not(:last-child):after { .et2_vfs li.vfsFilename:not(:last-child):after {
padding: 0.25ex; padding: 0.25ex;
} }
button.et2_vfs_btn {
float:left;
margin: 0;
text-align: left;
height: 24px !important;
padding-left: 30px !important;
background-repeat: no-repeat;
background-position: 4px center;
background-size: 20px auto;
width:35%;
}
/** /**
* Validation * Validation
*/ */