Sha256: 43689ddb1c44fff9af912bb516021cf2960c3a69f7d927561fd415355407f5c2

Contents?: true

Size: 1.39 KB

Versions: 4

Compression:

Stored size: 1.39 KB

Contents

.wmd-input
{
  height: 300px;
  width: 100%;
  border: 1px solid DarkGray;
}

.wmd-button-row
{
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0px;
  height: 20px;
}

.wmd-spacer
{
  width: 1px;
  height: 20px;
  margin-left: 14px;

  position: absolute;
  background-color: Silver;
  display: inline-block;
  list-style: none;
}

.wmd-button {
    width: 20px;
    height: 20px;
    padding-left: 2px;
    padding-right: 3px;
    position: absolute;
    display: inline-block;
    list-style: none;
    cursor: pointer;
}

.wmd-button > span {
    background-image: url(<%= asset_path 'markdown-buttons.png' %>);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.wmd-spacer1
{
    left: 50px;
}
.wmd-spacer2
{
    left: 175px;
}
.wmd-spacer3
{
    left: 300px;
}

.wmd-prompt-background
{
  background-color: Black;
}

.wmd-prompt-dialog
{
  border: 1px solid #999999;
  background-color: #F5F5F5;
}

.wmd-prompt-dialog > div {
  font-size: 0.8em;
  font-family: arial, helvetica, sans-serif;
}


.wmd-prompt-dialog > form > input[type="text"] {
  border: 1px solid #999999;
  color: black;
}

.wmd-prompt-dialog > form > input[type="button"]{
  border: 1px solid #888888;
  font-family: trebuchet MS, helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pagedown-rails-1.1.4 vendor/assets/stylesheets/markdown.css.erb
pagedown-rails-1.1.3 vendor/assets/stylesheets/markdown.css.erb
pagedown-rails-1.1.2 vendor/assets/stylesheets/markdown.css.erb
pagedown-rails-1.1.1 vendor/assets/stylesheets/markdown.css.erb