app/assets/stylesheets/alchemy/elements.scss in alchemy_cms-2.6.3 vs app/assets/stylesheets/alchemy/elements.scss in alchemy_cms-2.7.0
- old
+ new
@@ -532,23 +532,10 @@
div.essence_file_tools a.edit_file {
background: image-url('alchemy/icons.png') -160px -167px;
}
-td.content_editor_essence_type {
- width: 90px;
- height: 20px;
-}
-
-table.content_editor_table {
- margin-bottom: 8px;
-}
-
-.content_editor_table .thin_border {
- width: 210px;
-}
-
a.new_content_link {
float: none;
margin-bottom: 12px !important;
margin-top: 4px !important;
}
@@ -561,16 +548,10 @@
top: 70px;
left: 50%;
}
}
-div.content_text_editor.text_short {
- margin-top: 0;
- margin-bottom: 0;
- display: inline;
-}
-
input.long,
input.text_long {
width: 363px;
}
@@ -578,26 +559,19 @@
width: 376px;
margin: 0;
padding: 0;
}
-div.content_text_editor input.text_short {
- border-width: 1px;
- width: 50px;
- margin-right: 4px;
- padding: 2px;
-}
-
#alchemy .ui-dialog-content div.content_editor input.auto_resize {
width: 100%;
}
div.content_editor {
margin-bottom: 8px;
position: relative;
- input.thin_border {
+ .thin_border, input[type="text"] {
width: 100%;
}
&.missing p {
line-height: 25px;
@@ -617,10 +591,10 @@
&.display_inline {
@include inline-block;
margin-right: 4px;
vertical-align: top;
- .thin_border {
+ .thin_border, input[type="text"] {
width: 170px;
}
}
&.validation_failed {