mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
new line presets.
This commit is contained in:
14
css/app.css
14
css/app.css
@@ -332,7 +332,6 @@ form.hide {
|
||||
button {
|
||||
line-height:20px;
|
||||
border:0;
|
||||
color:#222;
|
||||
background: white;
|
||||
font-weight:bold;
|
||||
font-size:12px;
|
||||
@@ -743,12 +742,12 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
|
||||
.grid-entry > .icon {
|
||||
position: absolute;
|
||||
top: 30px;left: 0; right: 0;
|
||||
top: 30px;left: -30px; right: -30px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.inspector-body-line .grid-entry .icon {
|
||||
top: 10%;
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
.grid-entry .label {
|
||||
@@ -767,6 +766,11 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
border-top: 1px solid rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.current .grid-entry,
|
||||
.current .grid-entry .label {
|
||||
border-color: #7092ff;
|
||||
}
|
||||
|
||||
.preset-grid-search-wrap {
|
||||
height: 60px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
@@ -811,6 +815,10 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
|
||||
/* Preset icon colors */
|
||||
|
||||
.inspector-body-line .icon.feature-marker-stroked {
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
.preset-icon-fill.area {
|
||||
cursor: inherit;
|
||||
height: 45px;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 96 KiB |
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 220 KiB After Width: | Height: | Size: 98 KiB |
@@ -39,8 +39,8 @@
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="372.26436"
|
||||
inkscape:cy="156.55123"
|
||||
inkscape:cx="-49.735643"
|
||||
inkscape:cy="134.55123"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer12"
|
||||
showgrid="true"
|
||||
@@ -201,7 +201,7 @@
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
|
||||
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
Reference in New Issue
Block a user