| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- .project_items {
- list-style: none;
- margin: 60px auto;
- padding-left: 0;
- }
- .project_items li label {
- height: 34px;
- line-height: 34px;
- }
- .project_items li textarea {
- resize: none;
- }
- .crop_left {
- width: 40%;
- float: left;
- }
- .crop_right {
- width: 30%;
- float: right;
- margin-right: 25px;
- }
- .btnn {
- background: #2f4050;
- color: #fff;
- padding: 3px 10px;
- border: 0;
- border-radius: 3px;
- cursor: pointer;
- }
- .project_save {
- width: 20%;
- }
- .text_require {
- color: red;
- vertical-align: middle;
- font-weight: 900;
- }
- .project_items i.tub {
- right: 22px;
- }
- #pro_location {
- margin-left: 15px;
- }
- .radio-inline input[type=radio] {
- margin-top: 10px;
- }
- .form-horizontal .radio-inline {
- padding-top: 0!important;
- }
- .editPwd {
- display: none;
- }
- .project_items .alert {
- margin-bottom: 0;
- padding: 5px;
- }
- .loader_icon {
- display: block;
- height: 36px;
- width: 36px;
- background: url(../../img/upLod.png) no-repeat;
- }
- div.seat_settings{
- padding-left: 0px;
- padding-right: 0px;
- display: none;
- }
|