Skip to content

Instantly share code, notes, and snippets.

@hereswhatidid
Created April 3, 2015 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hereswhatidid/a543fc1c296a386ac434 to your computer and use it in GitHub Desktop.
Save hereswhatidid/a543fc1c296a386ac434 to your computer and use it in GitHub Desktop.
LESS code for cleaning up link chooser dialog in DNN.
.ui-dialog {
* {
box-sizing: content-box;
}
.ui-dialog-titlebar {
border-bottom: none;
}
.page {
width: 100% !important;
}
.ui-dialog-titlebar-close {
box-sizing: border-box;
}
.dt-container {
width: 100% !important;
height: 274px !important;
box-sizing: border-box;
}
.dt-content {
height: 200px !important;
}
.search-input {
font-size: 16px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment