You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- .search_supplier{
- border: 1px solid lightgray;
- padding: 30px 0;
- }
-
- #search_btn{
- width: 80px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- text-align: center;
- cursor: pointer;
- margin-left: 25px;
- }
-
- .title_top_layer{
- font-size: 16px;
- font-weight: bold;
- position: absolute;
- padding: 5px;
- background-color: white;
- left: 50px;
- display: inline-block;
- top: 13px;
- }
-
- #add_supplier{
- width: 120px;
- height: 30px;
- text-align: center;
- display: inline-block;
- line-height: 30px;
- background-color: lightgray;
- cursor: pointer;
- }
-
- .start_stop{
- width: 70px;
- height: 30px;
- text-align: center;
- display: inline-block;
- line-height: 30px;
- background-color: lightgray;
- cursor: pointer;
- }
-
- .row{
- margin-left: 0px;
- margin-top: 20px;
- }
-
- .col-xs-12{
- padding-left: 0;
- }
|