Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions explainshell/web/static/css/es.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,26 +115,20 @@ a {
width: 460px; /* necessary for right:0 to work at #themeSelector */
position: absolute;
top: -30px;
left: 240px;
left: 130px;
font-family: 'Berkshire Swash', cursive;
font-size: 24px;
}

#top-search {
width: 150px;
width: 260px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
position: relative;
top: -3px; /* looks a bit unaligned without this in chrome */
left: 0;
}

#top-search:focus {
left: -110px;
width: 260px;
}

#prevnext {
text-align: center;
padding-top: 10px;
Expand Down Expand Up @@ -166,7 +160,7 @@ a {
/* using a fixed margin-left doesn't work both
with and without the search bar in the menu */
position: absolute;
right: 0;
right: -110px;
margin-top: 5px;
font-family: "Courier New",Courier,Monaco,Menlo,Consolas,monospace;
font-size: 20px;
Expand Down