You are here

linkit.css in Linkit 7

Same filename and directory in other branches
  1. 6 css/linkit.css
  2. 7.3 css/linkit.css
  3. 7.2 css/linkit.css
#linkit { padding:1em; }

#linkit .auto-item-info {
  float:right;
  font-size:10px;
}

#linkit .auto-item-info span { font-weight:bold; }

#linkit .auto-item-title {
  margin-right:1.5em;
  float:left;
}

span.throbber {
  height: 15px;
  margin: 1em 2px;
  padding-left:20px;
  background: transparent url(../../../../../misc/throbber.gif) no-repeat 0px -18px;
  display:block;
}

input#edit-link--2.with_imce {
  margin-bottom:10px;
}

File

css/linkit.css
View source
  1. #linkit { padding:1em; }
  2. #linkit .auto-item-info {
  3. float:right;
  4. font-size:10px;
  5. }
  6. #linkit .auto-item-info span { font-weight:bold; }
  7. #linkit .auto-item-title {
  8. margin-right:1.5em;
  9. float:left;
  10. }
  11. span.throbber {
  12. height: 15px;
  13. margin: 1em 2px;
  14. padding-left:20px;
  15. background: transparent url(../../../../../misc/throbber.gif) no-repeat 0px -18px;
  16. display:block;
  17. }
  18. input#edit-link--2.with_imce {
  19. margin-bottom:10px;
  20. }