mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
ENHANCEMENT: Add styling for linking documents. Add classes for framework js to work
This commit is contained in:
parent
043eb540c1
commit
34674059f6
@ -1,3 +1,5 @@
|
||||
#Main_FromtheCMS .ss-uploadfield-item-edit { position: relative; }
|
||||
|
||||
#Root_Documents { padding-left: 0; }
|
||||
#Root_Documents table { white-space: normal; }
|
||||
#Root_Documents table th.col-action_SetOrderTitle, #Root_Documents table th.col-FilenameWithoutID { width: 300px; }
|
||||
|
@ -60,7 +60,6 @@
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
}(jQuery));
|
@ -1,5 +1,11 @@
|
||||
//data-icon="cross-circle"
|
||||
|
||||
#Main_FromtheCMS{
|
||||
.ss-uploadfield-item-edit{
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
#Root_Documents{
|
||||
padding-left: 0;
|
||||
table{
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="ss-add">
|
||||
<div class="ss-add ss-upload">
|
||||
<div class="document-add-existing field">
|
||||
|
||||
<h3>
|
||||
@ -8,7 +8,7 @@
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<input class="document-autocomplete" placeholder="Search by ID or filename" />
|
||||
<input class="document-autocomplete text" type="text" placeholder="Search by ID or filename" />
|
||||
</div>
|
||||
|
||||
<div class="ss-assetuploadfield">
|
||||
|
Loading…
Reference in New Issue
Block a user