forked from I2P_Developers/i2p.i2p
Fix the border-radius on the buttons and textareas in Address Book. Make the usage of Address Book agree on the titles.
This commit is contained in:
@ -41,7 +41,7 @@
|
||||
</script>
|
||||
</head><body>
|
||||
<%@include file="summary.jsi" %>
|
||||
<h1><%=intl._t("I2P Addressbook")%> <span class="newtab"><a href="/susidns/index" target="_blank" title="<%=intl._t("Open in new tab")%>"><img src="<%=intl.getTheme(request.getHeader("User-Agent"))%>images/newtab.png" /></a></span></h1>
|
||||
<h1><%=intl._t("I2P Address Book")%> <span class="newtab"><a href="/susidns/index" target="_blank" title="<%=intl._t("Open in new tab")%>"><img src="<%=intl.getTheme(request.getHeader("User-Agent"))%>images/newtab.png" /></a></span></h1>
|
||||
<div class="main" id="dns">
|
||||
<iframe src="/susidns/index" width="100%" height="100%" frameborder="0" border="0" name="susidnsframe" id="susidnsframe" allowtransparency="true">
|
||||
<%=intl._t("Your browser does not support iFrames.")%>
|
||||
|
@ -520,7 +520,7 @@ textarea {
|
||||
font-family: "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace;
|
||||
font-size: 9pt;
|
||||
width: 100%;
|
||||
border-radius: 2px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid #999daf;
|
||||
padding: 1px 3px;
|
||||
color: #33333f;
|
||||
@ -542,7 +542,7 @@ textarea {
|
||||
}
|
||||
|
||||
textarea[name="config"], textarea[name="content"] {
|
||||
border-radius: 0;
|
||||
border-radius: 6;
|
||||
box-shadow: none;
|
||||
border: 1px solid #dee2e6;
|
||||
background: #fafaff;
|
||||
@ -1050,7 +1050,7 @@ input[type="submit"], input[type="reset"], .fakebutton {
|
||||
font: 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
|
||||
padding: 4px 3px;
|
||||
text-decoration: none;
|
||||
border-radius: 2px;
|
||||
border-radius: 12px;
|
||||
border: 1px solid #999daf;
|
||||
box-shadow: inset 0 0 0 1px #fff;
|
||||
background: #eee;
|
||||
|
Reference in New Issue
Block a user