Files
Archetype/app/less/archetype.less
T

318 lines
5.3 KiB
Plaintext
Raw Normal View History

2014-01-31 12:39:02 -05:00
.archetypeEditor {
width: 98%;
}
.archetypeEditor fieldset{
2014-01-27 00:31:44 -07:00
border: 1px solid #dddddd;
padding: 0;
2014-01-10 17:20:35 -07:00
margin-bottom: 5px;
background-color: #f1f1f1;
2014-01-12 14:05:39 -05:00
clear: both;
2014-01-27 00:31:44 -07:00
display: inline-block;
width: 100%;
2014-01-10 17:20:35 -07:00
}
2014-01-27 00:31:44 -07:00
.archetypeEditor .archetypeFieldsetLabel {
2014-03-14 17:34:16 -06:00
position: relative;
width: 100%%;
2014-01-27 00:31:44 -07:00
.label-sub {
padding: 8px 0;
display: inline-block;
&.module-label {
2014-03-14 17:34:16 -06:00
width: 100%;
}
}
2014-01-27 00:31:44 -07:00
span {
font-weight: bold;
}
label:hover {
cursor: default;
}
&.enableCollapsing:hover {
2014-01-27 00:31:44 -07:00
cursor: pointer;
label {
span {
text-decoration: underline;
}
&:hover {
cursor: pointer;
}
2014-01-27 00:31:44 -07:00
}
}
.caret {
2014-03-14 17:34:16 -06:00
margin: 8px 1px 0 15px;
2014-01-27 00:31:44 -07:00
&.caret-right {
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
border-left: 4px solid #000000;
content: "";
margin-top: 6px;
}
}
label{
2014-01-31 10:02:49 -05:00
margin-bottom: 0;
margin-left: 5px;
2014-01-31 10:02:49 -05:00
padding: 0;
2014-01-31 17:37:48 -07:00
span {
display: inline-block;
}
2014-01-27 00:31:44 -07:00
}
2014-01-10 17:20:35 -07:00
}
2014-02-02 23:27:14 -05:00
.archetypeEditor .archetypeCollapser{
2014-01-27 00:31:44 -07:00
clear: both;
height: 100%;
padding-top: 12px;
background-color: #fff;
border-top: 1px solid silver;
border-radius: 0 0 0 5px;
}
2014-01-10 17:20:35 -07:00
.archetypeEditor .multiPropertyTextbox{
margin-bottom: 3px;
}
.archetypeEditor ul{
list-style: none;
2014-01-27 00:31:44 -07:00
margin-left: 0;
2014-01-10 17:20:35 -07:00
}
2014-03-14 17:34:16 -06:00
.archetypeEditor,
.archetypeConfig {
.archetypeEditorControls {
float: right;
2014-02-01 23:38:24 -07:00
i {
cursor: pointer;
&.handle {
cursor: move;
}
}
2014-01-27 00:31:44 -07:00
}
}
2014-03-14 17:34:16 -06:00
.archetypeEditor .archetypeEditorControls {
float: none;
position: absolute;
right: 15px;
top: 0;
}
.archetypeConfig .archetypeEditorControls {
float: right;
}
2014-01-27 00:31:44 -07:00
.archetypeEditor form {
margin-left:20px;
.control-label {
padding-top: 0 !important;
}
2014-01-10 17:20:35 -07:00
}
.archetypeEditor .archetypeProperty{
clear: both;
2014-01-12 14:05:39 -05:00
overflow: hidden;
margin-top: 3px;
2014-01-10 17:20:35 -07:00
}
.archetypeEditor .archetypeDeveloperModel
{
font-family: monospace;
2014-01-10 17:20:35 -07:00
width: 98%;
min-height: 100px;
margin-bottom: 10px;
border: 1px solid red;
2014-01-12 14:05:39 -05:00
}
.archetypeEditor .archetypeFieldsetToolbar {
margin-bottom: 10px;
overflow: hidden;
2014-02-01 23:48:16 +00:00
li {
float: left;
padding: 2px 4px;
margin-right: 10px;
border: 1px solid #ddd;
cursor: pointer;
}
2014-01-12 14:05:39 -05:00
}
.archetypeEditor .archetypeFieldsetHeaderText{
clear:both;
margin-bottom: 3px;
font-size: 12px;
}
.archetypeEditor .archetypeFieldsetFooterText{
clear:both;
margin-bottom: 3px;
font-size: 12px;
}
.archetypeEditor .archetypeFieldsetHelpText{
clear:both;
margin-bottom: 3px;
font-size: 12px;
2014-01-14 13:51:23 -05:00
}
.archetypeConfig {
margin-bottom: 20px;
2014-01-14 13:51:23 -05:00
}
.archetypeConfig ul{
list-style: none;
}
.archetypeConfig li{
background-color: #fff;
}
.archetypeConfig label{
width: 120px;
2014-01-14 13:51:23 -05:00
}
.archetypeConfig .archetypeFieldsetWrapper{
border: 1px solid #ccc;
2014-02-01 23:48:16 +00:00
padding: 10px;
2014-01-14 13:51:23 -05:00
margin-bottom: 10px;
}
2014-02-01 23:48:16 +00:00
.archetypeConfig .archetypeFieldsetOption{
margin-bottom: 15px;
input[type=text]{
max-width: 300px;
2014-02-01 23:48:16 +00:00
}
2014-01-14 19:48:01 -05:00
}
2014-01-14 13:51:23 -05:00
.archetypeConfig .archetypeDeveloperModel {
2014-02-01 23:48:16 +00:00
font-family: monospace;
width: 88%;
2014-02-01 23:48:16 +00:00
margin: 5px 10px 10px;
height: 130px;
2014-01-14 13:51:23 -05:00
}
2014-02-01 23:48:16 +00:00
.archetypeConfig .archetypePropertiesWrapper {
2014-01-14 13:51:23 -05:00
border: 1px solid #ddd;
2014-02-01 23:48:16 +00:00
padding: 8px;
margin: -40px 10px 10px 140px;
max-width: 475px;
2014-01-14 13:51:23 -05:00
2014-02-01 23:48:16 +00:00
ul {
padding: 0;
margin: 0;
}
2014-01-14 13:51:23 -05:00
2014-02-01 23:48:16 +00:00
li {
padding: 10px;
margin-bottom: 10px;
background-color: #eee;
input[type=text] {
max-width: 190px;
width: auto;
}
select {
max-width: 160px;
}
2014-02-01 23:48:16 +00:00
}
2014-01-14 13:51:23 -05:00
2014-02-01 23:48:16 +00:00
li:last-child {
margin-bottom: 0;
}
2014-01-14 15:41:40 -05:00
}
.archetypeConfig .archetypeFieldsets {
margin-left: 0;
}
2014-01-14 15:41:40 -05:00
.archetypeConfig .archetypeFieldsetTitle {
2014-02-01 23:48:16 +00:00
cursor: pointer;
2014-01-14 15:41:40 -05:00
overflow: hidden;
}
.archetypeConfig .archetypeOptions label{
width: 400px;
}
2014-02-01 23:48:16 +00:00
.archetypeConfig .archetypeAdvancedOptions {
margin-top: 15px;
div {
margin-bottom: 10px;
}
label {
width: 400px;
}
}
.archetypeConfig .archetypeMaxFieldsets{
border: 1px solid #ddd;
2014-02-01 23:48:16 +00:00
width: 40px;
text-align: right;
2014-01-15 15:31:52 -05:00
}
2014-02-01 23:48:16 +00:00
.archetypeConfig .archetypePropertyTitle {
cursor: pointer;
2014-01-15 15:31:52 -05:00
overflow: hidden;
}
.archetypeConfig .archetypePropertyCollapser{
margin-top: 10px;
2014-02-01 23:48:16 +00:00
div {
margin-bottom: 10px;
}
2014-01-15 19:44:27 -05:00
}
.archetypeEditor .archetypeFieldsetError{
2014-02-02 23:27:14 -05:00
border: 1px solid #b94a48;
2014-01-16 12:37:01 -05:00
}
.archetypeEditor .archetypeProperty {
label {
span {
color: #343434;
}
}
}
2014-01-16 12:37:01 -05:00
.archetypeEditor .archetypePropertyError{
margin-bottom: 5px;
padding-top: 3px;
padding-bottom: 3px;
2014-02-02 22:58:04 -05:00
label {
span {
2014-02-02 23:27:14 -05:00
color: #b94a48;
font-weight: bold;
2014-02-02 22:58:04 -05:00
}
}
2014-01-27 00:31:44 -07:00
}
.ui-sortable-placeholder {
visibility: visible !important;
background-color: #d0e7f1 !important;
2014-01-31 10:40:01 -05:00
}
2014-02-01 23:48:16 +00:00
.archetypeConfig .archetypeFieldsetCollapser {
margin-top: 15px;
2014-01-31 17:10:00 -05:00
}
2014-02-01 23:48:16 +00:00
.archetypeConfig .fieldsetIcon {
2014-01-31 17:10:00 -05:00
margin-right: 10px;
2014-02-02 23:27:14 -05:00
}
.archetypeEditor .show-validation.ng-invalid .control-group.error .control-label {
span {
color: #343434;
}
}