2020-12-11 18:23:13 +00:00
|
|
|
.newactorbutton {
|
2020-12-29 19:39:30 +00:00
|
|
|
background-color: green;
|
2020-12-11 18:23:13 +00:00
|
|
|
border-radius: 5px;
|
|
|
|
border-width: 0;
|
|
|
|
color: white;
|
|
|
|
margin-right: 15px;
|
|
|
|
margin-top: 12px;
|
|
|
|
padding: 6px;
|
|
|
|
width: 140px;
|
2021-01-03 21:58:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchinput{
|
|
|
|
width: 120px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchbar {
|
|
|
|
margin-bottom: 13px;
|
2020-12-11 18:23:13 +00:00
|
|
|
}
|