You've already forked OpenShorte.old
Added new lines at the end of files, added edit functionality
This commit is contained in:
@@ -49,4 +49,4 @@ body {
|
||||
min-width: 100%;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
28
lib/css/manage.css
Normal file
28
lib/css/manage.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.urlContainer {
|
||||
width:100%;
|
||||
margin:0 auto;
|
||||
display:inline-block;
|
||||
}
|
||||
.urlContainer .urlId, .urlContainer .urlLink, .urlContainer .urlControl {
|
||||
display: inline;
|
||||
}
|
||||
.urlContainer .urlLink {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
padding: 10px;
|
||||
font-family: "Consolas", "Lucida Console", "monospace";
|
||||
width: 50ch;
|
||||
}
|
||||
.urlContainer .urlLink:hover {
|
||||
border: 2px;
|
||||
border-radius: 10px;
|
||||
border-color: aqua;
|
||||
background-color: lightgrey;
|
||||
}
|
||||
.urlContainer .urlLink:focus {
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
background-color: transparent;
|
||||
outline: none;
|
||||
box-shadow: 0px 0px 3px blue;
|
||||
}
|
Reference in New Issue
Block a user