allow publishing gists and toggle rhp

pull/1/head
d11e9 9 years ago
parent 31ca4c4da4
commit e17ef151c2
  1. 1209
      index.html
  2. 20
      stylesheets/browser-solidity.css

File diff suppressed because it is too large Load Diff

@ -17,7 +17,7 @@ body {
height: 2.5em; height: 2.5em;
box-sizing: border-box; box-sizing: border-box;
line-height: 2em; line-height: 2em;
padding: 0.5em 0.5em 0; padding: 0.5em 0 0;
} }
#files .file, #files .file,
@ -31,12 +31,28 @@ body {
position: relative; position: relative;
} }
#files .newFile { #files .newFile,
#files .toggleRHP {
background-color: #B1EAC5; background-color: #B1EAC5;
font-weight: bold; font-weight: bold;
color: #4E775D; color: #4E775D;
} }
#files .toggleRHP {
float: right;
cursor: pointer;
}
#files .toggleRHP:before {
content: ">>";
width: 2em;
padding: 0 0.6em;
box-sizing: border-box;
}
#files .toggleRHP.toggled:before {
content: "<<";
}
#files .file.active { #files .file.active {
font-weight: bold; font-weight: bold;
border-bottom: 0 none; border-bottom: 0 none;

Loading…
Cancel
Save