Move inline CSS style to shaarli.css
This commit is contained in:
parent
dc420191df
commit
9550bfe181
4 changed files with 11 additions and 9 deletions
|
@ -132,6 +132,8 @@ cursor:pointer;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shareYourLink {float:right; font-style:italic; color:#bbb; text-align:right; padding:0 5 0 0;}
|
||||||
|
|
||||||
#toolsdiv a{
|
#toolsdiv a{
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
@ -206,7 +208,7 @@ cursor:pointer;
|
||||||
#paging_older { margin-right:15px; }
|
#paging_older { margin-right:15px; }
|
||||||
#paging_newer { margin-left:15px; }
|
#paging_newer { margin-left:15px; }
|
||||||
|
|
||||||
#headerform { color:#ffffff; padding:5px 5px 5px 5px; clear: both;}
|
#headerform { color:#ffffff; padding:5px 5px 5px 5px; clear: both; width:100%; white-space:nowrap;}
|
||||||
#toolsdiv { color:#ffffff; padding:5px 5px 5px 5px; clear:left; }
|
#toolsdiv { color:#ffffff; padding:5px 5px 5px 5px; clear:left; }
|
||||||
#uploaddiv { color:#ffffff; padding:5px 5px 5px 5px; clear:left; }
|
#uploaddiv { color:#ffffff; padding:5px 5px 5px 5px; clear:left; }
|
||||||
#editlinkform { height:100%;color:#ffffff; padding:5px 5px 5px 15px; width:80%; clear:left; }
|
#editlinkform { height:100%;color:#ffffff; padding:5px 5px 5px 15px; width:80%; clear:left; }
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="pageheader">
|
<div id="pageheader">
|
||||||
{include="page.header"}
|
{include="page.header"}
|
||||||
<div id="headerform" style="width:100%; white-space:nowrap;">
|
<div id="headerform">
|
||||||
<form method="GET" class="searchform" name="searchform" style="display:inline;"><input type="text" id="searchform_value" name="searchterm" style="width:30%" value=""> <input type="submit" value="Search" class="bigbutton"></form>
|
<form method="GET" class="searchform" name="searchform" style="display:inline;"><input type="text" id="searchform_value" name="searchterm" style="width:30%" value=""> <input type="submit" value="Search" class="bigbutton"></form>
|
||||||
<form method="GET" class="tagfilter" name="tagfilter" style="display:inline;margin-left:24px;"><input type="text" name="searchtags" id="tagfilter_value" style="width:10%" value=""> <input type="submit" value="Filter by tag" class="bigbutton"></form>
|
<form method="GET" class="tagfilter" name="tagfilter" style="display:inline;margin-left:24px;"><input type="text" name="searchtags" id="tagfilter_value" style="width:10%" value=""> <input type="submit" value="Filter by tag" class="bigbutton"></form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
Login: <input type="text" name="login" tabindex="1">
|
Login: <input type="text" name="login" tabindex="1">
|
||||||
Password : <input type="password" name="password" tabindex="2">
|
Password : <input type="password" name="password" tabindex="2">
|
||||||
<input type="submit" value="Login" class="bigbutton" tabindex="4"><br>
|
<input type="submit" value="Login" class="bigbutton" tabindex="4"><br>
|
||||||
<input style="margin:10 0 0 40;" type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="3"><label for="longlastingsession"> Stay signed in (Do not check on public computers)</label>
|
<input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="3"><label for="longlastingsession"> Stay signed in (Do not check on public computers)</label>
|
||||||
<input type="hidden" name="token" value="{$token}">
|
<input type="hidden" name="token" value="{$token}">
|
||||||
{if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl|htmlspecialchars}">{/if}
|
{if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl|htmlspecialchars}">{/if}
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<div id="logo" title="Share your links !" onclick="document.location='?';"></div>
|
<div id="logo" title="Share your links !" onclick="document.location='?';"></div>
|
||||||
<div style="float:right; font-style:italic; color:#bbb; text-align:right; padding:0 5 0 0;" class="nomobile">Shaare your links...<br>
|
<div class="nomobile shareYourLink">Shaare your links...<br>
|
||||||
{if="!empty($linkcount)"}{$linkcount} links{/if}</div>
|
{if="!empty($linkcount)"}{$linkcount} links{/if}</div>
|
||||||
<span id="shaarli_title"><a href="?">{$shaarlititle|htmlspecialchars}</a></span>
|
<span id="shaarli_title"><a href="?">{$shaarlititle|htmlspecialchars}</a></span>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<a href="?do=login">Login</a>
|
<a href="?do=login">Login</a>
|
||||||
{/if}
|
{/if}
|
||||||
<a href="{$feedurl}?do=rss{$searchcrits}" class="nomobile">RSS Feed</a>
|
<a href="{$feedurl}?do=rss{$searchcrits}" class="nomobile">RSS Feed</a>
|
||||||
<a href="{$feedurl}?do=atom{$searchcrits}" style="padding-left:10px;" class="nomobile">ATOM Feed</a>
|
<a href="{$feedurl}?do=atom{$searchcrits}" class="nomobile">ATOM Feed</a>
|
||||||
<a href="?do=tagcloud">Tag cloud</a>
|
<a href="?do=tagcloud">Tag cloud</a>
|
||||||
<a href="?do=picwall{$searchcrits}">Picture wall</a>
|
<a href="?do=picwall{$searchcrits}">Picture wall</a>
|
||||||
<a href="?do=daily">Daily</a>
|
<a href="?do=daily">Daily</a>
|
||||||
|
|
Loading…
Reference in a new issue