Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

refactored assets based on the recent changes in Symfony #66

Merged
merged 1 commit into from Nov 13, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
73 changes: 73 additions & 0 deletions Resources/public/webconfigurator/css/configurator.css
@@ -0,0 +1,73 @@
@import url("install.css");

.step h1 {
margin-top: 10px;
margin-bottom: 30px;
font-size: 26px;
}
.step p {
line-height: 20px;
padding-bottom: 20px;
}
.step .symfony-block-steps span {
display: inline-block;
padding: 2px 3px;
font-size: 11px;
line-height: 15px;
color: #868686;
font-weight: bold;
text-transform: uppercase;
}
.step .symfony-block-steps span.selected {
background-color: #aacd4e;
color: #FFFFFF;
}
.step .symfony-form-row {
padding-bottom: 40px;
}
.step .symfony-form-column {
width: 430px;
float: left;
}
.step .symfony-form-footer {
padding-top: 20px;
clear: both;
}
.step .symfony-form-field {
height: 20px;
}
.step .symfony-form-row label {
display: block;
padding-bottom: 8px;
}
.step .symfony-form-field input[type=text],
.step .symfony-form-field input[type=password],
.step .symfony-form-field textarea,
.step .symfony-form-field select {
font-size: 13px;
color: #565656;
width: 200px;
}
.step .symfony-form-field input[type=text],
.step .symfony-form-field input[type=password],
.step .symfony-form-field textarea {
border: 1px solid #dadada;
background: #FFFFFF url(../../../framework/images/input_bg.gif) repeat-x left top;
width: 194px;
padding: 5px 6px;
}
.step .symfony-form-errors ul {
padding: 0;
}
.step .symfony-form-errors li {
background: url(../images/notification.gif) no-repeat left 6px;
font-size: 11px;
line-height: 16px;
color: #759e1a;
padding: 10px 25px;
}
.step .symfony-configuration {
margin: 10px 0;
width: 100%;
height: 240px;
}
153 changes: 0 additions & 153 deletions Resources/public/webconfigurator/css/configure.css

This file was deleted.