43 lines
No EOL
879 B
CSS
43 lines
No EOL
879 B
CSS
.content {
|
|
width: 300px;
|
|
margin: 0 auto;
|
|
}
|
|
input.url_input {
|
|
width: 190px;
|
|
}
|
|
.title {
|
|
padding-bottom: 10px;
|
|
}
|
|
.title > a {
|
|
color: black;
|
|
text-decoration: none;
|
|
}
|
|
.title > a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.url_data {
|
|
padding-top: 10px;
|
|
}
|
|
button.copy_short_url {
|
|
width:58px;
|
|
height:28px;
|
|
padding: 0px;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
button.copy_short_url > img {
|
|
display: block;
|
|
width: 23px;
|
|
height: 23px;
|
|
padding: 0px;
|
|
margin: -2px 0 0 14px;
|
|
}
|
|
div.short_url_text {
|
|
width: 203px;
|
|
height: 28px;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
float: left;
|
|
border: 1px solid #c3bbbb;
|
|
border-radius: 2px
|
|
} |