Bug #22741 » 14513.diff
typo3/sysext/t3skin/stylesheets/structure/module_web_page.css (Arbeitskopie) | ||
---|---|---|
.t3-page-colHeader-icons {
|
||
position: absolute;
|
||
top: 2px;
|
||
}
|
||
.t3-page-ce {
|
||
... | ... | |
visibility: visible;
|
||
}
|
||
.t3-page-colHeader-icons span.t3-icon,
|
||
.t3-page-ce .t3-row-header span.t3-icon {
|
||
margin-right: 3px;
|
||
}
|
||
.t3-page-ce-icons-move {
|
||
float: right;
|
||
}
|
typo3/sysext/t3skin/stylesheets/structure/main_content.css (Arbeitskopie) | ||
---|---|---|
}
|
||
.t3-row-header {
|
||
padding: 3px 7px;
|
||
padding: 1px 7px;
|
||
}
|
||
.t3-row-header span.t3-icon {
|
||
margin-right: 3px;
|
||
margin-top: 2px;
|
||
}
|
||
/* Forms */
|
||
/* Reformatting of the submit buttons */
|
typo3/sysext/t3skin/stylesheets/visual/main_content.css (Arbeitskopie) | ||
---|---|---|
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.1, #7f7f7f), color-stop(1, #5b5b5b));
|
||
color: #fff;
|
||
font-size: 10px;
|
||
line-height: 16px;
|
||
line-height: 19px;
|
||
height: 20px;
|
||
}
|
||