|
|
@@ -27,8 +27,8 @@ ul,li{
|
|
|
float: right;
|
|
|
}
|
|
|
.bowerHeader .bowerHeaderMenu button {
|
|
|
- width: 40px;
|
|
|
- height: 40px;
|
|
|
+ width: 50px;
|
|
|
+ height: 25px;
|
|
|
border: transparent;
|
|
|
background: #fff;
|
|
|
font-size: 14px;
|
|
|
@@ -45,7 +45,7 @@ ul,li{
|
|
|
}
|
|
|
.bowerHeaderSeach {
|
|
|
width: 100%;
|
|
|
- height: 32px;
|
|
|
+ height: 26px;
|
|
|
display: inline-flex;
|
|
|
padding: 4px 0;
|
|
|
background: #f5f5f5;
|
|
|
@@ -54,20 +54,20 @@ ul,li{
|
|
|
}
|
|
|
.bowerHeaderSeach li {
|
|
|
width: 30px;
|
|
|
- padding: 8px 5px;
|
|
|
+ padding: 4px 2px;
|
|
|
text-align: center;
|
|
|
color: #5a5a5a;
|
|
|
}
|
|
|
-.bowerHeaderSeach .bowerSeach{
|
|
|
+.bowerHeaderSeach .bowerSeach {
|
|
|
position: relative;
|
|
|
- width: calc(100% - 180px) !important;
|
|
|
- padding: 4px 5px !important;
|
|
|
+ width: calc(100% - 150px) !important;
|
|
|
+ padding: 2px 5px !important;
|
|
|
text-align: left !important;
|
|
|
border: 1px solid #dcdcdc;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
.bowerHeaderSeach .bowerSeach span{
|
|
|
- padding: 3px 5px;
|
|
|
+ padding: 2px 5px;
|
|
|
}
|
|
|
.bowerHeaderSeach li span{
|
|
|
font-size: 16px;
|
|
|
@@ -76,7 +76,7 @@ ul,li{
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
width: calc(100% - 27px) !important;
|
|
|
- height: 28px;
|
|
|
+ height: 24px;
|
|
|
border: 0 solid #d2d2d2;
|
|
|
border-top-right-radius: 5px;
|
|
|
outline: none;
|
|
|
@@ -95,8 +95,8 @@ ul,li{
|
|
|
}
|
|
|
.bowerCreaterWindow li {
|
|
|
position: relative;
|
|
|
- max-width: 135px !important;
|
|
|
- width: 130px;
|
|
|
+ max-width: 180px !important;
|
|
|
+ width: 150px;
|
|
|
min-width: 10px !important;
|
|
|
top: -1px;
|
|
|
height: 29px;
|
|
|
@@ -166,7 +166,7 @@ ul,li{
|
|
|
height: 29px;
|
|
|
display: inline-flex;
|
|
|
overflow: unset;
|
|
|
- margin-left: 25px;
|
|
|
+ margin-left: 20px;
|
|
|
-webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
|
|
|
-moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
|
|
|
transition: all .3s cubic-bezier(0.3,.1,.58,1);
|
|
|
@@ -205,15 +205,16 @@ ul,li{
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
button.BrowwerAdd {
|
|
|
- width: 20px !important;
|
|
|
- height: 20px;
|
|
|
+ width: 32px !important;
|
|
|
+ height: 18px;
|
|
|
padding: 7px;
|
|
|
- margin: 5px 0 0 0;
|
|
|
+ margin: 6px 0 0 0;
|
|
|
-webkit-transform: skew(20deg);
|
|
|
-moz-transform: skew(20deg);
|
|
|
-o-transform: skew(20deg);
|
|
|
background: white;
|
|
|
border: 1px solid #c7c7c7;
|
|
|
+ border-radius: 3px;
|
|
|
-webkit-app-region: no-drag;
|
|
|
}
|
|
|
.BrowerContainer {
|