ui rework
This commit is contained in:
+2
-10
@@ -1,12 +1,7 @@
|
||||
|
||||
.view-links > span {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
margin-right: 1ex;
|
||||
margin-bottom: 1ex;
|
||||
padding: 0.5ex;
|
||||
border: 1pt solid;
|
||||
border-radius: 1ex;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -15,9 +10,6 @@
|
||||
display: inline-block;
|
||||
margin-right: 1ex;
|
||||
margin-bottom: 1ex;
|
||||
padding: 0.5ex;
|
||||
border: 1px solid !important;
|
||||
border-radius: 1ex;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
@@ -37,7 +29,7 @@
|
||||
position:relative;
|
||||
|
||||
textarea {
|
||||
width: 64em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
|
||||
Reference in New Issue
Block a user