server/java/renkan-web/src/main/webapp/static/css/index.css
changeset 493 6f2ab1a72f4a
parent 316 242510015401
equal deleted inserted replaced
492:d4b318cecb0e 493:6f2ab1a72f4a
   387 
   387 
   388 #object-delete-confirm-buttons input[type=submit] {
   388 #object-delete-confirm-buttons input[type=submit] {
   389   margin-right: 12px;
   389   margin-right: 12px;
   390 }
   390 }
   391 
   391 
   392 #project-filter-container {
   392 .filter-container {
   393   margin: 12px 0 0 15px;
   393   margin: 12px 0 0 15px;
   394 }
   394 }
   395 
   395 
   396 #project-filter-container input[type="text"] {
   396 .filter-container input[type="text"] {
   397   background: #fff;
   397   background: #fff;
   398   border: 1px solid #bbb;
   398   border: 1px solid #bbb;
   399   border-radius: 3px;
   399   border-radius: 3px;
   400   padding: 2px 10px 3px;
   400   padding: 2px 10px 3px;
   401   box-sizing: border-box;
   401   box-sizing: border-box;
   403   outline: none;
   403   outline: none;
   404   font-weight: normal;
   404   font-weight: normal;
   405   font-size: 15px;
   405   font-size: 15px;
   406 }
   406 }
   407 
   407 
   408 #project-filter-container button[type="submit"] {
   408 .filter-container button[type="submit"] {
   409   
   409   
   410 }
   410 }
   411 
   411 
   412 .proj-sort-form {
   412 .proj-sort-form {
   413   float: right;
   413   float: right;