29 lines
593 B
CSS
29 lines
593 B
CSS
.topbar-header-site {
|
|
background: repeating-linear-gradient(
|
|
45deg,
|
|
transparent,
|
|
transparent 10px,
|
|
#008000 10px,
|
|
#008000 20px
|
|
),
|
|
linear-gradient(
|
|
to bottom,
|
|
#565656,
|
|
#151515
|
|
)
|
|
}
|
|
|
|
.yui-layout-unit-left .inputEx-ListField-childContainer div div,
|
|
#left div.inputEx-Field {
|
|
width: 100%;
|
|
}
|
|
|
|
#propertiesForm div.inputEx-Group .inputEx-StringField-wrapper input[type="text"],
|
|
#propertiesForm div.inputEx-Group .inputEx-StringField-wrapper textarea {
|
|
width: calc(100% - 10px);
|
|
}
|
|
|
|
#propertiesForm div.inputEx-Group .inputEx-StringField-wrapper textarea {
|
|
height: 150px;
|
|
}
|